mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
make initial inputs names consistent with others using time:0
This commit is contained in:
@ -729,7 +729,7 @@ void pivot_inputs(void) {
|
|||||||
use_name += 6;
|
use_name += 6;
|
||||||
else
|
else
|
||||||
use_name = rsl;
|
use_name = rsl;
|
||||||
nfn = alloc_printf("%s/queue/id:%06u,orig:%s", out_dir, id, use_name);
|
nfn = alloc_printf("%s/queue/id:%06u,time:0,orig:%s", out_dir, id, use_name);
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user