aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/scriptnum_ops.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fuzz: add missing overrides to signature_checkerJon Atack2020-07-221-1/+1
| | | | | | | | | | and also - add missing parentheses in fuzz/scriptnum_ops.cpp - remove useless unsigned int conditional in fuzz/script.cpp These changes fix 5 compile warnings in gcc 10.
* script: prevent UB when computing abs value for num opcode serializepierrenn2020-04-091-5/+1
|
* fuzz: Add CScriptNum::getint coverageMarcoFalke2020-04-031-0/+1
|
* tests: Add fuzzing harness for CScriptNum operationspracticalswift2020-03-091-0/+137