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 errors in numeric binary decoder #522

Merged
merged 1 commit into from Jan 9, 2020
Merged

Fix errors in numeric binary decoder #522

merged 1 commit into from Jan 9, 2020

Conversation

@elprans
Copy link
Member

@elprans elprans commented Jan 8, 2020

The size of the output buffer in numeric decoder is computed incorrectly
which may lead to stack corruption or access to unitialized memory.

This also fixes incorrect rendering of trailing zeros in some cases.

Fixes: #520
Fixes: #514

The size of the output buffer in numeric decoder is computed incorrectly
which may lead to stack corruption or access to unitialized memory.

This also fixes incorrect rendering of trailing zeros in some cases.

Fixes: #520
Fixes: #514
@elprans elprans requested a review from 1st1 Jan 8, 2020
@1st1
1st1 approved these changes Jan 9, 2020
@1st1 1st1 merged commit 851d586 into master Jan 9, 2020
2 checks passed
2 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@1st1 1st1 deleted the fix-decimal branch Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants
You can’t perform that action at this time.