mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
give document edge id a unique id per module
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user