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

Unified Diff: third_party/afl/src/docs/vuln_samples/sqlite-null-ptr14.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-null-ptr14.sql
diff --git a/third_party/afl/src/docs/vuln_samples/sqlite-null-ptr14.sql b/third_party/afl/src/docs/vuln_samples/sqlite-null-ptr14.sql
deleted file mode 100644
index 37b9baedf38098e17b266c148175382f60e29bf5..0000000000000000000000000000000000000000
--- a/third_party/afl/src/docs/vuln_samples/sqlite-null-ptr14.sql
+++ /dev/null
@@ -1 +0,0 @@
-CREATE VIRTUAL TABLE x USING fts4();VALUES(0,0),(0,0),(0,0),(0,0);PRAGMA writable_schema=ON;UPDATE sqlite_master SET sql=''WHERE name='';UPDATE sqlite_master SET sql='CREATE table t(d CHECK(T(#0)';SAVEPOINT K;SAVEPOINT T;SAVEPOINT T;ANALYZE;ROLLBACK;SAVEPOINT E;DROP TABLE IF EXISTS t;

Powered by Google App Engine
This is Rietveld 408576698