-
Notifications
You must be signed in to change notification settings - Fork 15.6k
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 parsing negative Int32Value that crosses segment boundary #8035
Fix parsing negative Int32Value that crosses segment boundary #8035
Conversation
Looks like the bug was originally introduced already in https://github.com/protocolbuffers/protobuf/pull/6843/files#diff-d740c4c5c32b30dbd921e0d61adac31089322bceaa2aa34b6b3020951817779eR851 (and it stayed around when moving the code to @chrisdunelm since you are the author of #6843, can you please review? |
@acozzette I believe this is a release blocker - feel free to also review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the quick fix.
Fixes #8027