From e6e38d1703c5765a1d62cba211e881b0f34b959c Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 3 Aug 2020 21:25:32 +0200 Subject: give document edge id a unique id per module --- examples/afl_untracer/afl-untracer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/afl_untracer/afl-untracer.c') 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; -- cgit 1.4.1