Skip to content

Fix errors in numeric binary decoder #522

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

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 January 8, 2020 20:04
@1st1 1st1 merged commit 851d586 into master Jan 9, 2020
@1st1 1st1 deleted the fix-decimal branch January 9, 2020 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants