about summary refs log tree commit diff
path: root/utils/optimin
diff options
context:
space:
mode:
Diffstat (limited to 'utils/optimin')
-rwxr-xr-xutils/optimin/build_optimin.sh2
-rw-r--r--utils/optimin/src/OptiMin.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/optimin/build_optimin.sh b/utils/optimin/build_optimin.sh
index 51d1bd26..aee5d0c3 100755
--- a/utils/optimin/build_optimin.sh
+++ b/utils/optimin/build_optimin.sh
@@ -11,7 +11,7 @@
 # Adapted for AFLplusplus by Dominik Maier <mail@dmnk.co>
 #
 # Copyright 2017 Battelle Memorial Institute. All rights reserved.
-# Copyright 2019-2020 AFLplusplus Project. All rights reserved.
+# Copyright 2019-2022 AFLplusplus Project. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/utils/optimin/src/OptiMin.cpp b/utils/optimin/src/OptiMin.cpp
index ce1fb850..b0082d14 100644
--- a/utils/optimin/src/OptiMin.cpp
+++ b/utils/optimin/src/OptiMin.cpp
@@ -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) {