From 2f6f7eba6b2920c9b9e9d8a02e0928eccae7907c Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sat, 3 Apr 2021 01:57:32 +0200 Subject: [PATCH] Remove stray readme --- test/badfs/README.txt | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 test/badfs/README.txt diff --git a/test/badfs/README.txt b/test/badfs/README.txt deleted file mode 100644 index 6f169838..00000000 --- a/test/badfs/README.txt +++ /dev/null @@ -1,17 +0,0 @@ -Command line used to find this crash: - -afl-fuzz -m 1000 -i input-samples -o output-crash -S slave3 ./dwarfsck @@ - -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 0.98 GB. - -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 :-)