| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fuzz_tests: catch unhandled exceptions | moneromooo-monero | 2018-09-27 | 1 | -0/+4 |
| | | | | | Coverity 175293, 175312, 175266 | ||||
| * | fuzz_tests: use __AFL_INIT when available | moneromooo-monero | 2018-08-13 | 1 | -0/+4 |
| | | | | | alleged to speed things up | ||||
| * | Readd copyright starting date | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | tests: don't init stuff we don't need in fuzz tests - faster | moneromooo-monero | 2017-12-23 | 1 | -32/+1 |
| | | |||||
| * | move includes around to lessen overall load | moneromooo-monero | 2017-12-16 | 1 | -0/+1 |
| | | |||||
| * | Initialize openssl on startup | moneromooo-monero | 2017-10-21 | 1 | -0/+2 |
| | | |||||
| * | Add fuzz testing using american fuzzy lop | moneromooo-monero | 2017-06-24 | 1 | -0/+96 |
| Existing tests: block, transaction, signature, cold outputs, cold transaction. Data for these is in tests/data/fuzz. A convenience shell script is in contrib/fuzz_testing/fuzz.sh, eg: contrib/fuzz_testing/fuzz.sh signature The fuzzer will run indefinitely, ^C to stop. Fuzzing is currently supported for GCC only. I can't get CLANG to build Monero here as it dies on some system headers, so if someone wants to make it work on both, that'd be great. In particular, the __AFL_LOOP construct should be made to work so that a given run can fuzz multiple inputs, as the C++ load time is substantial. | |||||
