File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
protobuf/src/main/java/com/fasterxml/jackson/dataformat/protobuf Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -967,7 +967,7 @@ private void _skipUnknownValue(int wireType) throws IOException
967
967
_skipBytes (4 );
968
968
break ;
969
969
case WireType .FIXED_64BIT :
970
- _skipBytes (64 );
970
+ _skipBytes (8 );
971
971
break ;
972
972
case WireType .LENGTH_PREFIXED :
973
973
int len = _decodeLength ();
Original file line number Diff line number Diff line change @@ -58,7 +58,12 @@ No changes since 2.9.3
58
58
(reported by coder-hub@github)
59
59
- (avro): Upgrade `avro-core` dep from 1.7.7 to 1.8.1
60
60
61
- 2.8.11 (not yet released)
61
+ 2.8.11.1 (not yet released)
62
+
63
+ #128 (protobuf) Fix skip unknown WireType.FIXED_64BIT value bug
64
+ (reported, contributed fix for by marsqing@github@github)
65
+
66
+ 2.8.11 (24-Dec-2017)
62
67
63
68
#106: (protobuf) fix calling _skipUnknownValue() twice
64
69
(reported, contributed fix for by marsqing@github@github)
You can’t perform that action at this time.
0 commit comments