about summary refs log tree commit diff
path: root/src/afl-analyze.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-11 08:02:54 +0200
committervan Hauser <vh@thc.org>2020-04-11 08:02:54 +0200
commit32ba60185eba8a3ae8eeba0b5830d1bb43e38473 (patch)
tree3b50122786758210b6f309d5facb4a599b814d7a /src/afl-analyze.c
parent8bcfba8231aecc11a3815c74b6c53c86f418ece1 (diff)
downloadafl++-32ba60185eba8a3ae8eeba0b5830d1bb43e38473.tar.gz
more refactoring and update changelog
Diffstat (limited to 'src/afl-analyze.c')
-rw-r--r--src/afl-analyze.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-analyze.c b/src/afl-analyze.c
index b0e8afcb..66dbefab 100644
--- a/src/afl-analyze.c
+++ b/src/afl-analyze.c
@@ -58,7 +58,7 @@
 
 static s32 child_pid;                  /* PID of the tested program         */
 
-static u8 *trace_bits;                        /* SHM with instrumentation bitmap   */
+static u8 *trace_bits;                 /* SHM with instrumentation bitmap   */
 
 static u8 *in_file,                    /* Analyzer input test case          */
     *prog_in;                          /* Targeted program input file       */
@@ -75,7 +75,7 @@ static u64 mem_limit = MEM_LIMIT;      /* Memory limit (MB)                 */
 
 static s32 dev_null_fd = -1;           /* FD to /dev/null                   */
 
-static u8 edges_only,                         /* Ignore hit counts?                */
+static u8 edges_only,                  /* Ignore hit counts?                */
     use_hex_offsets,                   /* Show hex offsets?                 */
     use_stdin = 1;                     /* Use stdin for program input?      */
 
@@ -83,7 +83,7 @@ static volatile u8 stop_soon,          /* Ctrl-C pressed?                   */
     child_timed_out;                   /* Child timed out?                  */
 
 static u8 *target_path;
-static u8 qemu_mode;
+static u8  qemu_mode;
 
 /* Constants used for describing byte behavior. */