| src/group_impl.h:443 | Warning: Access to field 'infinity' results in a dereference of a null pointer (loaded from variable 'a') | clang-analyzer-core.NullDereference |
| src/bench_ecmult.c:171 | Note: Assuming 'i' is < 'iters' | |
| src/bench_ecmult.c:171 | Note: Loop condition is true. Entering loop body | |
| src/bench_ecmult.c:172 | Note: Passing null pointer value via 2nd parameter 'a' | |
| /usr/lib/llvm-18/lib/clang/18/include/__stddef_null.h:26 | Note: expanded from macro 'NULL' | |
| src/bench_ecmult.c:172 | Note: Calling 'secp256k1_ecmult' | |
| src/ecmult_impl.h:373 | Note: Passing null pointer value via 4th parameter 'a' | |
| src/ecmult_impl.h:373 | Note: Calling 'secp256k1_ecmult_strauss_wnaf' | |
| src/ecmult_impl.h:267 | Note: Loop condition is true. Entering loop body | |
| src/ecmult_impl.h:270 | Note: Left side of '||' is false | |