Skip to content

Commit

Permalink
Merge branch '2.8' into 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 1, 2018
2 parents 61a6454 + 745411c commit 41ef2a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ private void _skipUnknownValue(int wireType) throws IOException
_skipBytes(4);
break;
case WireType.FIXED_64BIT:
_skipBytes(64);
_skipBytes(8);
break;
case WireType.LENGTH_PREFIXED:
int len = _decodeLength();
Expand Down
7 changes: 6 additions & 1 deletion release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ No changes since 2.9.3
(reported by coder-hub@github)
- (avro): Upgrade `avro-core` dep from 1.7.7 to 1.8.1

2.8.11 (not yet released)
2.8.11.1 (not yet released)

#128 (protobuf) Fix skip unknown WireType.FIXED_64BIT value bug
(reported, contributed fix for by marsqing@github@github)

2.8.11 (24-Dec-2017)

#106: (protobuf) fix calling _skipUnknownValue() twice
(reported, contributed fix for by marsqing@github@github)
Expand Down

0 comments on commit 41ef2a8

Please sign in to comment.