mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +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 :-)
|
/* we use this to print statistics at exit :-)
|
||||||
needs to be stderr as stdout is filtered */
|
needs to be stderr as stdout is filtered */
|
||||||
|
|
||||||
|
if (module_disabled) { return; }
|
||||||
|
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"\n\nAutotoken mutator statistics:\n"
|
"\n\nAutotoken mutator statistics:\n"
|
||||||
" Number of all seen tokens: %u\n"
|
" Number of all seen tokens: %u\n"
|
||||||
|
Reference in New Issue
Block a user