File: sqlite-heap-overflow.sql

package info (click to toggle)
afl 2.52b-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,212 kB
  • sloc: ansic: 8,495; sh: 770; makefile: 250; cpp: 85; sql: 40; perl: 26; xml: 3
file content (2 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (4)
1
2
DROP TABLE IF EXISTS t;CREATE VIRTUAL TABLE t0 USING fts4();insert into t0 select zeroblob(0);SAVEPOINT O;insert into t0
select(0);SAVEPOINT E;insert into t0 SELECT 0 UNION SELECT 0'x'ORDER BY x;