mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
fix
This commit is contained in:
@ -1078,6 +1078,8 @@ extern "C" void afl_custom_deinit(my_mutator_t *data) {
|
||||
/* we use this to print statistics at exit :-)
|
||||
needs to be stderr as stdout is filtered */
|
||||
|
||||
if (module_disabled) { return; }
|
||||
|
||||
fprintf(stderr,
|
||||
"\n\nAutotoken mutator statistics:\n"
|
||||
" Number of all seen tokens: %u\n"
|
||||
|
Reference in New Issue
Block a user