give document edge id a unique id per module

This commit is contained in:
van Hauser
2020-08-03 21:25:32 +02:00
parent 44060590b4
commit e6e38d1703
2 changed files with 28 additions and 4 deletions

View File

@ -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;