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

Commits on Dec 9, 2020

  1. Calling String::String(float ...) with +/- FLT_MAX or String::String(…

    …double ...) with +/- DBL_MAX results in a stack smashing.
    aentinger committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    f3cfa2f View commit details
    Browse the repository at this point in the history
  2. Increase buffer size in order to avoid buffer overflow when using lar…

    …ge floating point numbers
    aentinger committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    952d776 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c76ef2 View commit details
    Browse the repository at this point in the history