about summary refs log tree commit diff
path: root/docs/vuln_samples/sqlite-bad-ptr2.sql
blob: cd613d08d32688bae4ab107afb965616b273601e (plain) (blame)
1
PRAGMA foreign_keys=1;CREATE TABLE t1("""0"PRIMARY KEy REFERENCES t1 ON DELETE SET NULL);REPLACE INTO t1 SELECT(0);