mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
log
This commit is contained in:
@ -11,6 +11,11 @@
|
|||||||
- prevent filenames in the queue that have spaces
|
- prevent filenames in the queue that have spaces
|
||||||
- minor fix for FAST schedules
|
- minor fix for FAST schedules
|
||||||
- more frequent stats update when syncing (todo: check performance impact)
|
- more frequent stats update when syncing (todo: check performance impact)
|
||||||
|
- now timing of calibration, trimming and syncing is measured seperately,
|
||||||
|
thanks to @eqv!
|
||||||
|
- -V timing is now accurately the fuzz time (without syncing), before
|
||||||
|
long calibration times and syncing could result in now fuzzing being
|
||||||
|
made when the time was already run out until then, thanks to @eqv!
|
||||||
* afl-cc:
|
* afl-cc:
|
||||||
- re-enable i386 support that was accidently disabled
|
- re-enable i386 support that was accidently disabled
|
||||||
- fixes for LTO and outdated afl-gcc mode for i386
|
- fixes for LTO and outdated afl-gcc mode for i386
|
||||||
|
@ -2593,6 +2593,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sync_fuzzers(afl);
|
sync_fuzzers(afl);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
++afl->queue_cycle;
|
++afl->queue_cycle;
|
||||||
@ -3107,3 +3108,4 @@ stop_fuzzing:
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* !AFL_LIB */
|
#endif /* !AFL_LIB */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user