On 11/24/16, Florian Weimer <fwei...@redhat.com> wrote:
>
> An incorrect answer or SQLITE_CORRUPT is borderline acceptable.  Endless
> loops or crashes would be bad.
>

We do a lot of testing to ensure that SQLite does not crash or get
into endless loops or leak memory when confronted with a corrupt
database file.  (Such testing includes but is not limited to fuzzing
the database file using AFL.)  So you should be ok.  If you do crash,
or loop, or leak memory on a corrupt database file, that is definitely
considered a bug.


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to