From 1717d5b685828ce3ab22a82d073022ce69de6bcf Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 16 Feb 2023 23:40:40 +0000 Subject: [PATCH] Adjust fuzzpuzz sample shell commands to not include "/*" GCC warns about that character sequence in a comment. I shouldn't have assumed that having only edited a comment meant I could get away without a test build. --- fuzzpuzz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzpuzz.c b/fuzzpuzz.c index e321740..034421d 100644 --- a/fuzzpuzz.c +++ b/fuzzpuzz.c @@ -14,7 +14,7 @@ * * CC=afl-cc cmake -B build-afl * cmake --build build-afl --target fuzzpuzz - * mkdir fuzz-in && ln icons/*.sav fuzz-in + * mkdir fuzz-in && ln icons/''*.sav fuzz-in * afl-fuzz -i fuzz-in -o fuzz-out -x fuzzpuzz.dict -- build-afl/fuzzpuzz */