diff options
-rwxr-xr-x | afl-plot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-plot b/afl-plot index de344eaa..1074552a 100755 --- a/afl-plot +++ b/afl-plot @@ -68,7 +68,7 @@ if [ ! -f "$inputdir/plot_data" ]; then fi -BANNER="`cat "$inputdir/fuzzer_stats" | grep '^afl_banner ' | cut -d: -f2- | cut -b2-`" +BANNER="`cat "$inputdir/fuzzer_stats" 2> /dev/null | grep '^afl_banner ' | cut -d: -f2- | cut -b2-`" test "$BANNER" = "" && BANNER="(none)" |