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

secp256k1/src/tests.c: Properly handle sscanf(3) return value #650

Merged
merged 1 commit into from Aug 18, 2019
Merged

secp256k1/src/tests.c: Properly handle sscanf(3) return value #650

merged 1 commit into from Aug 18, 2019

Commits on Jul 14, 2019

  1. secp256k1/src/tests.c: Properly handle sscanf return value

    This pull request fixes a bug which allows the `sh` variable to be used uninitialized when sscanf returns EOF.
    
    Signed-off-by: Mustapha Abiola <mustapha@trilemma.net>
    Mustapha Abiola committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    a11c76c View commit details
    Browse the repository at this point in the history