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

Side by Side Diff: third_party/afl/src/docs/vuln_samples/sqlite-null-ptr9.sql

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, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 CREATE TABLE t0(z);WITH d(x)AS(SELECT*UNION SELECT 0)INSERT INTO t0 SELECT 0 FRO M d;
OLDNEW
« no previous file with comments | « third_party/afl/src/docs/vuln_samples/sqlite-null-ptr8.sql ('k') | third_party/afl/src/docs/vuln_samples/sqlite-oob-read.sql » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698