This commit is contained in:
vanhauser-thc
2023-02-15 11:48:49 +01:00
parent 04356ecbbe
commit ae94499503

View File

@ -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"