Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix decoding of overencoded booleans.
if the value was >32bit with the low bits all being zero, it was decoded as false instead of as true. Fixes protocolbuffers#6863
- Loading branch information