Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix decoding of overencoded booleans. #6866

Merged
merged 1 commit into from Nov 8, 2019

Conversation

thomasvl
Copy link
Contributor

@thomasvl thomasvl commented Nov 8, 2019

if the value was >32bit with the low bits all being zero, it was decoded as
false instead of as true.

Fixes #6863

if the value was >32bit with the low bits all being zero, it was decoded as
false instead of as true.

Fixes protocolbuffers#6863
@thomasvl thomasvl merged commit 668eb3b into protocolbuffers:master Nov 8, 2019
@thomasvl thomasvl deleted the bool_parsing branch November 8, 2019 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conformance Test Failures for Objective-C
3 participants