From 21b790060d109c209feaf575fdd634b63e520cb2 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Wed, 24 Mar 2021 16:24:37 +0100 Subject: [PATCH] readme --- fuzzers/libfuzzer_libpng/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/fuzzers/libfuzzer_libpng/README.md b/fuzzers/libfuzzer_libpng/README.md index 924cf52339..acb7426f8a 100644 --- a/fuzzers/libfuzzer_libpng/README.md +++ b/fuzzers/libfuzzer_libpng/README.md @@ -41,4 +41,3 @@ By restarting the actual fuzzer, it can recover from these exit conditions. In any real-world scenario, you should use `taskset` to pin each client to an empty CPU core, the lib does not pick an empty core automatically (yet). -For convenience, you may just run `./test.sh` in this folder to test it.