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: Sec/fix crypto size compute #1718

Merged
merged 2 commits into from
Dec 5, 2021

Commits on Dec 5, 2021

  1. fix possible stack overflow

    CRYPTO_SIZE is used in a subtraction as second argument and instead of
    subtracting then intended value only '1' is subtracted due to operator
    precedence rules and missing braces.
    sudden6 committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    1b02bad View commit details
    Browse the repository at this point in the history
  2. fix missing braces in computed macro value

    Using this value in any computation might not work as expected.
    sudden6 committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    0320e2e View commit details
    Browse the repository at this point in the history