Sign in
android
/
platform
/
external
/
AFLplusplus
/
d4bf0c7d
/
.
/
docs
/
vuln_samples
/
sqlite-bad-ptr2.sql
blob: cd613d08d32688bae4ab107afb965616b273601e [
file
] [
log
] [
blame
]
PRAGMA foreign_keys
=
1
;
CREATE
TABLE
t1
(
"""0"
PRIMARY
KEy
REFERENCES
t1
ON
DELETE
SET
NULL
);
REPLACE
INTO
t1
SELECT
(
0
);