mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 17:51:32 +00:00
Merge pull request #1240 from adrianherrera/bugfix/optimin-showmap
optimin: -A -> -H
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user