afl-plot remove error print

This commit is contained in:
van Hauser
2020-06-26 09:53:54 +02:00
parent 1ecfd78418
commit da7c548452

View File

@@ -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)"