AFLplusplus/docs/vuln_samples/sqlite-null-ptr1.sql
2019-05-28 16:40:24 +02:00

3 lines
53 B
SQL

create table t0(t);insert into t0
select strftime();