mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
fixes
This commit is contained in:
@ -543,9 +543,11 @@ void show_stats(afl_state_t *afl) {
|
||||
|
||||
FATAL(
|
||||
"Incorrect fuzzing setup detected. Your target seems to have loaded "
|
||||
"incorrectly instrumented shared libraries. If you use LTO mode "
|
||||
"incorrectly instrumented shared libraries (%u of %u/%u). If you use "
|
||||
"LTO mode "
|
||||
"please see instrumentation/README.lto.md. To ignore this problem "
|
||||
"and continue fuzzing just set 'AFL_IGNORE_PROBLEMS=1'.\n");
|
||||
"and continue fuzzing just set 'AFL_IGNORE_PROBLEMS=1'.\n",
|
||||
t_bytes, afl->fsrv.real_map_size, afl->fsrv.map_size);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user