Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-22 | fuzz: add missing overrides to signature_checker | Jon Atack | |
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. | |||
2020-04-09 | script: prevent UB when computing abs value for num opcode serialize | pierrenn | |
2020-04-03 | fuzz: Add CScriptNum::getint coverage | MarcoFalke | |
2020-03-09 | tests: Add fuzzing harness for CScriptNum operations | practicalswift | |