about summary refs log tree commit diff
path: root/examples
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-03 21:25:32 +0200
committervan Hauser <vh@thc.org>2020-08-03 21:25:32 +0200
commite6e38d1703c5765a1d62cba211e881b0f34b959c (patch)
treeb0bacb55bf9b2e5c4511a397ed21c4e7a40e6b1d /examples
parent44060590b4c29ae47851e93674564b1e2eae6d07 (diff)
downloadafl++-e6e38d1703c5765a1d62cba211e881b0f34b959c.tar.gz
give document edge id a unique id per module
Diffstat (limited to 'examples')
-rw-r--r--examples/afl_untracer/afl-untracer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/afl_untracer/afl-untracer.c b/examples/afl_untracer/afl-untracer.c
index f6dbbcd6..cb6f948c 100644
--- a/examples/afl_untracer/afl-untracer.c
+++ b/examples/afl_untracer/afl-untracer.c
@@ -437,7 +437,7 @@ inline static u32 __afl_next_testcase(u8 *buf, u32 max_len) {
   if (write(FORKSRV_FD + 1, &pid, 4) != 4) do_exit = 1;
   // fprintf(stderr, "write1 %d\n", do_exit);
 
-   __afl_area_ptr[0] = 1;  // put something in the map
+  __afl_area_ptr[0] = 1;  // put something in the map
 
   return status;