optimin: -A -> -H

Inline with afl-showmap change
This commit is contained in:
Adrian Herrera
2022-01-04 15:18:31 +11:00
parent cc94e37ae1
commit 03ba344e6d

View File

@ -260,7 +260,7 @@ static Error runShowmap(AFLCoverageMap &CovMap, const StringRef Input,
if (TargetArgsHasAtAt) {
ShowmapArgs.append({"-A", StdinFile});
ShowmapArgs.append({"-H", StdinFile});
Redirects[/* stdin */ 0] = "/dev/null";
} else if (InputIsFile) {