mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
-A/-i not together
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user