A bug exists which allows the sh variable to be used uninitialized when sscanf returns EOF.
Observe:
A simple fix would be to explicitly test if sscanf's return value is equal to 1.
A bug exists which allows the sh variable to be used uninitialized when sscanf returns EOF.
Observe:
A simple fix would be to explicitly test if sscanf's return value is equal to 1.
Please send any issues in relation to secp256k1 to the upstream repository: https://github.com/bitcoin-core/secp256k1.