| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #6512 | Alexander Blair | 2020-07-19 | 1 | -1/+1 |
| |\ | | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic) | ||||
| | * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | | | | | Update copyright year to 2020 | ||||
| * | | fuzz_tests: fix init check in oss-fuzz mode | moneromooo-monero | 2020-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | fix leaks in fuzz tests | moneromooo-monero | 2020-06-14 | 1 | -2/+10 |
| | | | |||||
| * | | fuzz_tests: refactor and add OSS-Fuzz compatibility | moneromooo-monero | 2020-05-15 | 1 | -0/+100 |
| |/ | |||||
| * | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | Readd copyright starting date | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | Add fuzz testing using american fuzzy lop | moneromooo-monero | 2017-06-24 | 1 | -0/+38 |
| 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. | |||||
