mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
implementation without testing
This commit is contained in:
@ -1239,9 +1239,10 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
|
||||
}
|
||||
|
||||
if (afl->afl_env.afl_persistent_replay) {
|
||||
if (unlikely(afl->afl_env.afl_persistent_replay)) {
|
||||
|
||||
afl->fsrv.persistent_replay = atoi(afl->afl_env.afl_persistent_replay);
|
||||
afl->fsrv.persistent_replay_dir = alloc_printf("%s/crashes", afl->out_dir);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user