diff --git a/contrib/codeanalysis/fuzzy_tests/notes.txt b/contrib/codeanalysis/fuzzy_tests/notes.txt new file mode 100644 index 0000000..db721c5 --- /dev/null +++ b/contrib/codeanalysis/fuzzy_tests/notes.txt @@ -0,0 +1,17 @@ +Command line used to find this crash: + +../../Downloads/afl-1.80b/afl-fuzz -i- -o findings -x chaiscript.dict -- ../a.out unit_test.inc @@ + +If you can't reproduce a bug outside of afl-fuzz, be sure to set the same +memory limit. The limit used for this fuzzing session was 50.0 MB. + +Need a tool to minimize test cases before investigating the crashes or sending +them to a vendor? Check out the afl-tmin that comes with the fuzzer! + +Found any cool bugs in open-source tools using afl-fuzz? If yes, please drop +me a mail at once the issues are fixed - I'd love to +add your finds to the gallery at: + + http://lcamtuf.coredump.cx/afl/ + +Thanks :-)