File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
protobuf/src/main/java/com/fasterxml/jackson/dataformat/protobuf Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1003,7 +1003,7 @@ private void _skipUnknownValue(int wireType) throws IOException
1003
1003
_skipBytes (4 );
1004
1004
break ;
1005
1005
case WireType .FIXED_64BIT :
1006
- _skipBytes (64 );
1006
+ _skipBytes (8 );
1007
1007
break ;
1008
1008
case WireType .LENGTH_PREFIXED :
1009
1009
int len = _decodeLength ();
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ Modules:
13
13
14
14
#95: Add new method, `withUnsafeReaderSchema` in `AvroSchema` to allow avoiding verification exception
15
15
16
+ 2.8.11.1 (not yet released)
17
+
18
+ #128 (protobuf) Fix skip unknown WireType.FIXED_64BIT value bug
19
+ (reported, contributed fix for by marsqing@github@github)
20
+
16
21
2.8.11 (24-Dec-2017)
17
22
18
23
#106: (protobuf) fix calling _skipUnknownValue() twice
You can’t perform that action at this time.
0 commit comments