Sign in
android
/
platform
/
external
/
AFLplusplus
/
a09cfd57
/
.
/
docs
/
vuln_samples
/
sqlite-null-ptr9.sql
blob: 0ae836a2143f36c86b8840e84fc8b36c8e8572fe [
file
] [
log
] [
blame
]
CREATE
TABLE
t0
(
z
);
WITH
d
(
x
)
AS
(
SELECT
*
UNION
SELECT
0
)
INSERT
INTO
t0
SELECT
0
FROM
d
;