This commit is contained in:
vanhauser-thc
2021-03-17 01:25:21 +01:00
parent f59ef29c26
commit 413807db01
2 changed files with 5 additions and 2 deletions

View File

@ -1633,6 +1633,7 @@ int main(int argc, char **argv_orig, char **envp) {
}
printf("NORMAL %u, CMPLOG %u\n", afl->fsrv.map_size, afl->cmplog_fsrv.map_size);
fprintf(stderr, "NORMAL %u, CMPLOG %u\n", afl->fsrv.map_size, afl->cmplog_fsrv.map_size);
load_auto(afl);