AFL/docs/vuln_samples/sqlite-null-ptr9.sql

2 lines
85 B

CREATE TABLE t0(z);WITH d(x)AS(SELECT*UNION SELECT 0)INSERT INTO t0 SELECT 0 FROM d;