index
:
~cnx/afl++
this commit
dataflow
dev
run
stable
Security-oriented fuzzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
vuln_samples
/
sqlite-null-ptr9.sql
blob: 0ae836a2143f36c86b8840e84fc8b36c8e8572fe (
plain
) (
blame
)
1
CREATE
TABLE
t0
(
z
);
WITH
d
(
x
)
AS
(
SELECT
*
UNION
SELECT
0
)
INSERT
INTO
t0
SELECT
0
FROM
d
;