| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fuzz: add missing overrides to signature_checker | Jon Atack | 2020-07-22 | 1 | -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 serialize | pierrenn | 2020-04-09 | 1 | -5/+1 |
| | | |||||
| * | fuzz: Add CScriptNum::getint coverage | MarcoFalke | 2020-04-03 | 1 | -0/+1 |
| | | |||||
| * | tests: Add fuzzing harness for CScriptNum operations | practicalswift | 2020-03-09 | 1 | -0/+137 |