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

Unified Diff: third_party/afl/README.chromium

Issue 2238013002: Roll src/third_party/afl/src/ 2.14b..2.30b (16 versions). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Note in "Local Modifications" that we have removed dictionaries/. Created 4 years, 4 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/BUILD.gn ('k') | third_party/afl/src/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/afl/README.chromium
diff --git a/third_party/afl/README.chromium b/third_party/afl/README.chromium
index cc27e600a57f6ca695618eb61ff41b4aa91f0730..cf4f6e0fb29dc702c07af6d184d9e5337ab9dec5 100644
--- a/third_party/afl/README.chromium
+++ b/third_party/afl/README.chromium
@@ -1,8 +1,8 @@
Name: American Fuzzy Lop
-Short Name: afl
+Short Name: AFL
URL: http://lcamtuf.coredump.cx/afl/
-Version: 2.14b
-Date: June 16th, 2016
+Version: 2.30b
+Date: August 11, 2016
License: Apache 2.0
License File: src/docs/COPYING
Security Critical: no
@@ -12,11 +12,11 @@ Tool for in-process and out-of-process (fork) coverage-guided fuzz testing
(fuzzing). Similar to libFuzzer.
Local Modifications:
-Renamed afl-2.14b/ to src/.
-Removed the following unneeded files/directories:
- 1. src/docs/visualization/
- 2. src/docs/vuln_samples/
- 3. src/testcases/
- 4. src/experimental/argv_fuzzing/argv-fuzz-inl.h
- 5. src/llvm_mode/afl-llvm-pass.so.cc
- 6. src/experimental/instrumented_cmp/instrumented_cmp.c
+Use update.py to roll forward.
+update.py renamed afl-2.30b/ to src/.
+update.py removed the following unneeded files/directories:
+ 1. src/experimental/argv_fuzzing/
+ 2. src/docs/vuln_samples/*.elf
+ 3. src/testcases/others/elf
+ 4. src/llvm_mode/afl-llvm-pass.so.cc
+ 5. src/dictionaries/
« no previous file with comments | « third_party/afl/BUILD.gn ('k') | third_party/afl/src/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698