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

Bugfix: Small buffer size causes buffer overrun when invoking String::Ctor with large float/double value. #131

Merged
merged 3 commits into from
Dec 10, 2020

Conversation

aentinger
Copy link
Contributor

@aentinger aentinger commented Dec 9, 2020

This fixes #128.

@aentinger aentinger self-assigned this Dec 9, 2020
…double ...) with +/- DBL_MAX results in a stack smashing.
@aentinger aentinger merged commit 78f3f41 into master Dec 10, 2020
@aentinger aentinger deleted the fix-buf-size-float branch December 10, 2020 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase buffer size for converting floats + doubles to String's
1 participant