diff options
author | yuawn <ssspeed00@gmail.com> | 2022-07-24 10:23:33 +0000 |
---|---|---|
committer | yuawn <ssspeed00@gmail.com> | 2022-07-24 10:23:33 +0000 |
commit | 0540d30274e3126204ebb8c90088d4925cfa9a94 (patch) | |
tree | a260aa6844a70e7c408b1fcc3735b91998ba015a | |
parent | 9657b700b1df90797b17e1d4677d56ee97fe00bc (diff) | |
download | afl++-0540d30274e3126204ebb8c90088d4925cfa9a94.tar.gz |
fix message overflow
-rw-r--r-- | src/afl-fuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 287f09df..c5de8e35 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -168,7 +168,7 @@ static void usage(u8 *argv0, int more_help) { " -c program - enable CmpLog by specifying a binary compiled for " "it.\n" " if using QEMU/FRIDA or if you the fuzzing target is " - "compiled" + "compiled\n" " for CmpLog then just use -c 0.\n" " -l cmplog_opts - CmpLog configuration values (e.g. \"2AT\"):\n" " 1=small files, 2=larger files (default), 3=all " |