xref
: /
dports
/
security
/
afl
/
afl-2.52b
/
docs
/
vuln_samples
/
sqlite-null-ptr9.sql
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
CREATE
TABLE
t0
(
z
);
WITH
d
(
x
)
AS
(
SELECT
*
UNION
SELECT
0
)
INSERT
INTO
t0
SELECT
0
FROM
d
;
2