diff options
author | van Hauser <vh@thc.org> | 2020-08-04 13:30:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 13:30:08 +0200 |
commit | b2aa8b03d91b5d19384df2cb0318f65c5cb4b934 (patch) | |
tree | a1ae0e98728da60f929f834148d426911ed5d2a0 /examples/afl_untracer/afl-untracer.c | |
parent | d5d8d664d0d4b95792aaccd16264f3a3cff48cc8 (diff) | |
parent | e1d20706ca97faf871abc03a9db3b551277d6b3f (diff) | |
download | afl++-b2aa8b03d91b5d19384df2cb0318f65c5cb4b934.tar.gz |
Merge pull request #488 from AFLplusplus/dev
Dev
Diffstat (limited to 'examples/afl_untracer/afl-untracer.c')
-rw-r--r-- | examples/afl_untracer/afl-untracer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/afl_untracer/afl-untracer.c b/examples/afl_untracer/afl-untracer.c index 77b15eb8..cb6f948c 100644 --- a/examples/afl_untracer/afl-untracer.c +++ b/examples/afl_untracer/afl-untracer.c @@ -437,6 +437,8 @@ 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 + return status; } |