about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-10-19 16:19:46 +0200
committerhexcoder- <heiko@hexco.de>2019-10-19 16:19:46 +0200
commit8a786377196fbaafeecbca17fad66ea1e76c7de2 (patch)
tree1f8ccf4a15846a249a5bd9ec7222cbc9df197ae0 /src/afl-fuzz.c
parent230c135d4e05d810397138f2b6eb1927955f8900 (diff)
downloadafl++-8a786377196fbaafeecbca17fad66ea1e76c7de2.tar.gz
add gcc_plugin to code formatter and run it
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 3460f91d..44037ce8 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -76,7 +76,8 @@ static void usage(u8* argv0) {
       "Other stuff:\n"
       "  -T text       - text banner to show on the screen\n"
       "  -M / -S id    - distributed mode (see parallel_fuzzing.txt)\n"
-      "  -I command    - execute this command/script when a new crash is found\n"
+      "  -I command    - execute this command/script when a new crash is "
+      "found\n"
       "  -B bitmap.txt - mutate a specific test case, use the out/fuzz_bitmap "
       "file\n"
       "  -C            - crash exploration mode (the peruvian rabbit thing)\n"
@@ -138,10 +139,7 @@ int main(int argc, char** argv) {
 
     switch (opt) {
 
-      case 'I':
-
-        infoexec = optarg;
-        break;
+      case 'I': infoexec = optarg; break;
 
       case 's': {