about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-11-11 15:23:14 +0100
committervan Hauser <vh@thc.org>2019-11-11 15:23:14 +0100
commitf0aaee204427791acec93a3988b6515a2ca8d9e1 (patch)
treec6c90dadc3a1d7301f934f471dc0cbdb8c4622ee /src/afl-fuzz.c
parentac7d210b6bb643f2d4742fb6f3ed92a052fce5d7 (diff)
downloadafl++-f0aaee204427791acec93a3988b6515a2ca8d9e1.tar.gz
add test case
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index eed4992c..47e83b7b 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -67,11 +67,8 @@ static u8* get_libradamsa_path(u8* own_loc) {
   SAYF("\n" cLRD "[-] " cRST
        "Oops, unable to find the 'libradamsa.so' binary. The binary must be "
        "built\n"
-       "    separately using 'make radamsa'."
-       "If you\n"
-       "    already have the binary installed, you may need to specify "
-       "AFL_PATH in the\n"
-       "    environment.\n");
+       "    separately using 'make radamsa'. If you already have the binary "
+       "installed,\n    you may need to specify AFL_PATH in the environment.\n");
 
   FATAL("Failed to locate 'libradamsa.so'.");