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

crypto: prevent Sign::SignFinal from crashing #21815

Closed

Commits on Jul 14, 2018

  1. crypto: prevent Sign::SignFinal from crashing

    The validation logic could be tricked into assuming an option was
    valid using malicious getters, leading to an invalid value being
    passed to the C++ layer, thus crashing the process.
    tniessen committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    7da7e9f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2018

  1. Configuration menu
    Copy the full SHA
    3625e22 View commit details
    Browse the repository at this point in the history