fix afl-showmap

This commit is contained in:
vanhauser-thc
2021-11-16 13:01:02 +01:00
parent 268339a683
commit 1a8d3f82f2

View File

@ -925,7 +925,7 @@ int main(int argc, char **argv_orig, char **envp) {
if (getenv("AFL_QUIET") != NULL) { be_quiet = true; }
while ((opt = getopt(argc, argv, "+i:o:f:m:t:A:eqCZOHQUWbcrsh")) > 0) {
while ((opt = getopt(argc, argv, "+i:o:f:m:t:AeqCZOH:QUWbcrsh")) > 0) {
switch (opt) {