Skip to content

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

Merged
aentinger merged 3 commits into
masterfrom
fix-buf-size-float
Dec 10, 2020
Merged

Bugfix: Small buffer size causes buffer overrun when invoking String::Ctor with large float/double value.#131
aentinger merged 3 commits into
masterfrom
fix-buf-size-float

Conversation

@aentinger

@aentinger aentinger commented Dec 9, 2020

Copy link
Copy Markdown
Contributor

This fixes #128.

@aentinger aentinger self-assigned this Dec 9, 2020
…double ...) with +/- DBL_MAX results in a stack smashing.
@aentinger aentinger requested a review from facchinm December 9, 2020 09:38
@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