mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 20:08:07 +00:00
more -z defs filtering
This commit is contained in:
@ -720,10 +720,10 @@ static void edit_params(u32 argc, char **argv, char **envp) {
|
||||
|
||||
}
|
||||
|
||||
if (!strcmp(cur, "-z")) {
|
||||
if (!strcmp(cur, "-z") || !strcmp(cur, "-Wl,-z")) {
|
||||
|
||||
u8 *param = *(argv + 1);
|
||||
if (!strcmp(param, "defs")) {
|
||||
if (!strcmp(param, "defs") || !strcmp(param, "-Wl,defs")) {
|
||||
|
||||
skip_next = 1;
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user