Index: third_party/afl/src/docs/vuln_samples/sqlite-oob-read.sql |
diff --git a/third_party/afl/src/docs/vuln_samples/sqlite-oob-read.sql b/third_party/afl/src/docs/vuln_samples/sqlite-oob-read.sql |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4fe53b4f03f7432c18334da0594f0a5bb0e809a2 |
--- /dev/null |
+++ b/third_party/afl/src/docs/vuln_samples/sqlite-oob-read.sql |
@@ -0,0 +1 @@ |
+create table t0( DEFAULT(0=0)NOT/**/NULL);REPLACE into t0 select''; |