diff options
author | van Hauser <vh@thc.org> | 2020-08-03 21:25:32 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-03 21:25:32 +0200 |
commit | e6e38d1703c5765a1d62cba211e881b0f34b959c (patch) | |
tree | b0bacb55bf9b2e5c4511a397ed21c4e7a40e6b1d /examples/afl_untracer | |
parent | 44060590b4c29ae47851e93674564b1e2eae6d07 (diff) | |
download | afl++-e6e38d1703c5765a1d62cba211e881b0f34b959c.tar.gz |
give document edge id a unique id per module
Diffstat (limited to 'examples/afl_untracer')
-rw-r--r-- | examples/afl_untracer/afl-untracer.c | 2 |
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; |