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

Unified Diff: third_party/afl/src/docs/vuln_samples/sqlite-null-ptr9.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 side-by-side diff with in-line comments
Download patch
Index: third_party/afl/src/docs/vuln_samples/sqlite-null-ptr9.sql
diff --git a/third_party/afl/src/docs/vuln_samples/sqlite-null-ptr9.sql b/third_party/afl/src/docs/vuln_samples/sqlite-null-ptr9.sql
new file mode 100644
index 0000000000000000000000000000000000000000..0ae836a2143f36c86b8840e84fc8b36c8e8572fe
--- /dev/null
+++ b/third_party/afl/src/docs/vuln_samples/sqlite-null-ptr9.sql
@@ -0,0 +1 @@
+CREATE TABLE t0(z);WITH d(x)AS(SELECT*UNION SELECT 0)INSERT INTO t0 SELECT 0 FROM d;
« no previous file with comments | « third_party/afl/src/docs/vuln_samples/sqlite-null-ptr8.sql ('k') | third_party/afl/src/docs/vuln_samples/sqlite-oob-read.sql » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698