From c857b8dd77341c6cd9a2c132939a782a1205f034 Mon Sep 17 00:00:00 2001 From: Saketh Reddy <45369057+SpiritSeal@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:45:58 -0400 Subject: [PATCH] Fix markdown issue in fuzzers/libpng/libfuzzer_libpng_cmin/README.md (#2437) Adds a single ` --- fuzzers/libpng/libfuzzer_libpng_cmin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/libpng/libfuzzer_libpng_cmin/README.md b/fuzzers/libpng/libfuzzer_libpng_cmin/README.md index ccf6ed3ab4..ea092ac70d 100644 --- a/fuzzers/libpng/libfuzzer_libpng_cmin/README.md +++ b/fuzzers/libpng/libfuzzer_libpng_cmin/README.md @@ -22,7 +22,7 @@ cargo build --release This will build the library with the fuzzer (src/lib.rs) with the libfuzzer compatibility layer and the SanitizerCoverage runtime functions for coverage feedback. In addition, it will also build two C and C++ compiler wrappers (bin/libafl_c(libafl_c/xx).rs) that you must use to compile the target. -The compiler wrappers, `libafl_cc` and libafl_cxx`, will end up in `./target/release/` (or `./target/debug`, in case you did not build with the `--release` flag). +The compiler wrappers, `libafl_cc` and `libafl_cxx`, will end up in `./target/release/` (or `./target/debug`, in case you did not build with the `--release` flag). Then download libpng, and unpack the archive: ```bash