mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 09:11:34 +00:00
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
This commit is contained in:
commit
b66543bb29
@ -894,7 +894,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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user