mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
sync afl-fast-gcc with afl-clang-fast, add tests for gcc_plugin
This commit is contained in:
@ -131,7 +131,7 @@ static void edit_params(u32 argc, char** argv) {
|
||||
if (!name)
|
||||
name = argv[0];
|
||||
else
|
||||
name++;
|
||||
++name;
|
||||
|
||||
if (!strncmp(name, "afl-clang", 9)) {
|
||||
|
||||
|
Reference in New Issue
Block a user