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

Unified Diff: third_party/afl/src/experimental/post_library/post_library.so.c

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/src/experimental/README.experiments ('k') | third_party/afl/src/libdislocator/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/afl/src/experimental/post_library/post_library.so.c
diff --git a/third_party/afl/src/experimental/post_library/post_library.so.c b/third_party/afl/src/experimental/post_library/post_library.so.c
index 5cdee0851ae8a59f944873101bc608c9c2f03318..72620ff0827680a422a7ff00406634df0b3559aa 100644
--- a/third_party/afl/src/experimental/post_library/post_library.so.c
+++ b/third_party/afl/src/experimental/post_library/post_library.so.c
@@ -21,11 +21,11 @@
in the targeted binary (as shown in ../libpng_no_checksum/). One possible
exception is the process of fuzzing binary-only software in QEMU mode.
- 2) Use of postprocessors for anything other than checksums is questionable
+ 2) The use of postprocessors for anything other than checksums is questionable
and may cause more harm than good. AFL is normally pretty good about
dealing with length fields, magic values, etc.
- 3) Post-processors that do anything non-trivial must be extremely robust to
+ 3) Postprocessors that do anything non-trivial must be extremely robust to
gracefully handle malformed data and other error conditions - otherwise,
they will crash and take afl-fuzz down with them. Be wary of reading past
*len and of integer overflows when calculating file offsets.
« no previous file with comments | « third_party/afl/src/experimental/README.experiments ('k') | third_party/afl/src/libdislocator/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698