mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
fix typo in custom format
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
--------------------------------
|
||||
|
||||
Originally written by Michal Zalewski <lcamtuf@google.com>
|
||||
|
||||
|
||||
Now maintained by by Marc Heuse <mh@mh-sec.de>,
|
||||
Heiko Eißfeldt <heiko.eissfeldt@hexco.de> and
|
||||
Andrea Fioraldi <andreafioraldi@gmail.com>
|
||||
@ -621,7 +621,7 @@ int main(int argc, char** argv) {
|
||||
|
||||
#ifdef HAVE_AFFINITY
|
||||
bind_to_free_cpu();
|
||||
#endif /* HAVE_AFFINITY */
|
||||
#endif /* HAVE_AFFINITY */
|
||||
|
||||
check_crash_handling();
|
||||
check_cpu_governor();
|
||||
@ -880,5 +880,5 @@ stop_fuzzing:
|
||||
|
||||
}
|
||||
|
||||
#endif /* !AFL_LIB */
|
||||
#endif /* !AFL_LIB */
|
||||
|
||||
|
Reference in New Issue
Block a user