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

Unified Diff: third_party/afl/src/afl-as.h

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/afl-analyze.c ('k') | third_party/afl/src/afl-fuzz.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/afl/src/afl-as.h
diff --git a/third_party/afl/src/afl-as.h b/third_party/afl/src/afl-as.h
index 1cca798612912870a1cfba7e9a3c6dc55b5aebb7..ebd571095e55f5d00fceef75f1e18f0ca91ae574 100644
--- a/third_party/afl/src/afl-as.h
+++ b/third_party/afl/src/afl-as.h
@@ -98,7 +98,7 @@
of every .c file. This should have no impact in any practical sense.
Another side effect of this design is that getenv() will be called once per
- every .o file when running in non-instrumented mode; an since getenv() tends
+ every .o file when running in non-instrumented mode; and since getenv() tends
to be optimized in funny ways, we need to be very careful to save every
oddball register it may touch.
@@ -181,7 +181,9 @@ static const u8* main_payload_32 =
" xorl %ecx, %edi\n"
" shrl $1, %ecx\n"
" movl %ecx, __afl_prev_loc\n"
-#endif /* !COVERAGE_ONLY */
+#else
+ " movl %ecx, %edi\n"
+#endif /* ^!COVERAGE_ONLY */
"\n"
#ifdef SKIP_COUNTS
" orb $1, (%edx, %edi, 1)\n"
« no previous file with comments | « third_party/afl/src/afl-analyze.c ('k') | third_party/afl/src/afl-fuzz.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698