mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +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) {
|
if (TargetArgsHasAtAt) {
|
||||||
|
|
||||||
ShowmapArgs.append({"-A", StdinFile});
|
ShowmapArgs.append({"-H", StdinFile});
|
||||||
Redirects[/* stdin */ 0] = "/dev/null";
|
Redirects[/* stdin */ 0] = "/dev/null";
|
||||||
|
|
||||||
} else if (InputIsFile) {
|
} else if (InputIsFile) {
|
||||||
|
Reference in New Issue
Block a user