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

Side by Side Diff: third_party/afl/src/docs/vuln_samples/sqlite-oob-write.sql

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 unified diff | Download patch
OLDNEW
(Empty)
1 CREATE VIRTUAL TABLE t0 USING fts4(x,order=DESC);
2 INSERT INTO t0(docid,x)VALUES(-1E0,'0(o');
3 INSERT INTO t0 VALUES('');
4 INSERT INTO t0 VALUES('');
5 INSeRT INTO t0 VALUES('o');
6 SELECT docid FROM t0 WHERE t0 MATCH'"0*o"';
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698