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:
2
docs/vuln_samples/sqlite-heap-overflow.sql
Normal file
2
docs/vuln_samples/sqlite-heap-overflow.sql
Normal file
@ -0,0 +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;
|
Reference in New Issue
Block a user