about summary refs log tree commit diff
path: root/src/afl-fuzz-init.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-10 06:54:31 +0100
committervan Hauser <vh@thc.org>2020-03-10 06:54:31 +0100
commit38d9aedb26d6c4530763a29fe7695155a21ffbbc (patch)
treef6adc1bb47909e9e2f98bad89432ce35eb82ccc9 /src/afl-fuzz-init.c
parent1467776a3f5a0ade06341fa91151de83e8cd7f4f (diff)
downloadafl++-38d9aedb26d6c4530763a29fe7695155a21ffbbc.tar.gz
code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tmin
Diffstat (limited to 'src/afl-fuzz-init.c')
-rw-r--r--src/afl-fuzz-init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c
index c01bf4d4..e7652e87 100644
--- a/src/afl-fuzz-init.c
+++ b/src/afl-fuzz-init.c
@@ -373,7 +373,7 @@ void read_testcases(afl_state_t* afl) {
 
     u8 passed_det = 0;
 
-    ck_free(nl[i]);                                             /* not tracked */
+    ck_free(nl[i]);                                          /* not tracked */
 
     if (lstat(fn2, &st) || access(fn2, R_OK))
       PFATAL("Unable to access '%s'", fn2);
@@ -404,7 +404,7 @@ void read_testcases(afl_state_t* afl) {
 
   }
 
-  ck_free(nl);                                                /* not tracked */
+  ck_free(nl);                                               /* not tracked */
 
   if (!afl->queued_paths) {