Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(468)

Unified Diff: third_party/afl/src/afl-whatsup

Issue 2662883002: Roll AFL 2.31b:2.38b and switch coverage to use trace-pc-guard. (Closed)
Patch Set: Remove unneeded vuln_samples binaries. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/afl/src/afl-tmin.c ('k') | third_party/afl/src/config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/afl/src/afl-whatsup
diff --git a/third_party/afl/src/afl-whatsup b/third_party/afl/src/afl-whatsup
index 9a186f96f72f0a026869cdc8f605e77bad375ec8..a4d3041879227798f4e567eba5c9587f7a77ed58 100755
--- a/third_party/afl/src/afl-whatsup
+++ b/third_party/afl/src/afl-whatsup
@@ -74,7 +74,7 @@ if [ "$SUMMARY_ONLY" = "" ]; then
fi
-for i in `find . -maxdepth 2 -iname fuzzer_stats`; do
+for i in `find . -maxdepth 2 -iname fuzzer_stats | sort`; do
sed 's/^command_line.*$/_skip:1/;s/[ ]*:[ ]*/="/;s/$/"/' "$i" >"$TMP"
. "$TMP"
« no previous file with comments | « third_party/afl/src/afl-tmin.c ('k') | third_party/afl/src/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698