[sqlite] sqlite3.c:89394: int sqlite3ExprCompare(Expr *, Expr *, int): Assertion `0' failed.

2015-12-21 Thread Richard Hipp
On 12/20/15, Jonathan Metzman wrote: > When fuzzing with AFL, I found that running the commands below on the > sqlite shell (sqlite-amalgamation-201511301915.zip) results in the > assertion failure: "sqlite3.c:89394: int sqlite3ExprCompare(Expr *, Expr *, > int): Assertion `0' failed." > > The

[sqlite] sqlite3.c:89394: int sqlite3ExprCompare(Expr *, Expr *, int): Assertion `0' failed.

2015-12-20 Thread Jonathan Metzman
When fuzzing with AFL, I found that running the commands below on the sqlite shell (sqlite-amalgamation-201511301915.zip) results in the assertion failure: "sqlite3.c:89394: int sqlite3ExprCompare(Expr *, Expr *, int): Assertion `0' failed." The crashing input: CREATE TABLE t0(a,b,t); CREATE