mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
-A/-i not together
This commit is contained in:
parent
1775c8a6ff
commit
026b68c47b
@ -892,7 +892,12 @@ int main(int argc, char** argv) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (in_dir) at_file = "@@";
|
if (in_dir) {
|
||||||
|
|
||||||
|
if (at_file) PFATAL("Options -A and -i are mutually exclusive");
|
||||||
|
at_file = "@@";
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
detect_file_args(argv + optind, at_file);
|
detect_file_args(argv + optind, at_file);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user