about summary refs log tree commit diff
path: root/docs/vuln_samples/sqlite-null-ptr15.sql
blob: 83d5c9d174d7c007f01ae39a2e532ab9a5ef4e91 (plain) (blame)
1
CREATE VIRTUAL TABLE t4 USING fts4(0,b,c,notindexed=0);INSERT INTO t4 VALUES('','','0');BEGIN;INSERT INTO t4 VALUES('','','0');INSERT INTO t4(t4)VALUES('integrity-check');