Index: third_party/afl/src/docs/vuln_samples/sqlite-use-after-free.sql |
diff --git a/third_party/afl/src/docs/vuln_samples/sqlite-use-after-free.sql b/third_party/afl/src/docs/vuln_samples/sqlite-use-after-free.sql |
deleted file mode 100644 |
index 4083ee64cbc8df6df27065d40fecdf07dd772275..0000000000000000000000000000000000000000 |
--- a/third_party/afl/src/docs/vuln_samples/sqlite-use-after-free.sql |
+++ /dev/null |
@@ -1 +0,0 @@ |
-create table t(s);PRAGMA writable_schema=ON;UPDATE sqlite_master SET sql='ANALYZE;CREATE VIRTUAL TABLE t USING fts3;DROP TABLE t;DROP TABLE EXISTS t';PRAGMA r;SAVEPOINT T;ANALYZE;ROLLBACK;SAVEPOINT E;DROP TABLE IF EXISTS t; |