This commit is contained in:
hexcoder
2021-02-03 14:18:35 +01:00
committed by GitHub
parent ea5d9c42b6
commit 58a5372bf0

View File

@ -707,7 +707,7 @@ static void edit_params(u32 argc, char **argv, char **envp) {
if (!be_quiet) if (!be_quiet)
WARNF( WARNF(
"Found errornous '-fsanitize=fuzzer', trying to replace with " "Found erroneous '-fsanitize=fuzzer', trying to replace with "
"libAFLDriver.a"); "libAFLDriver.a");
if (!afllib) { if (!afllib) {