Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #1528: tests: call
secp256k1_ecmult_multi_var
with a non-`NUL…
…L` error callback 9554362 tests: call secp256k1_ecmult_multi_var with a non-NULL error callback (Nicolas Iooss) Pull request description: Hello, This Pull Request fixes the issue reported in #1527. Function `secp256k1_ecmult_multi_var` expects to be called with a non-`NULL` `error_callback` parameter. Fix the invocation in `test_ecmult_accumulate` to do this. While at it, wrap the call in a `CHECK` macro to ensure it succeeds. ACKs for top commit: real-or-random: utACK 9554362 siv2r: ACK 9554362, I have also verified that other invocations of `ecmult_multi_var` (in tests) don’t use `NULL` for the error callback function argument. Tree-SHA512: 6a9f6c10c575794da75f2254d6fbbc195de889c81a371ce35ab38e2e5483aa1e25ec0bcd5aa8d6a32a1493586f73430208a4bd0613e373571d2f04d63dbc4a1c
- Loading branch information