SQLite

View Ticket
Login
Ticket Hash: 7486aa54b968e9b559a75a0eceaf606824d53db4
Title: Assertion fault caused by sqlite3_result_pointer()
Status: Fixed Type: Code_Defect
Severity: Severe Priority: Immediate
Subsystem: Unknown Resolution: Fixed
Last Modified: 2017-08-24 13:55:58
Version Found In: 3.20.0
User Comments:
drh added on 2017-08-24 13:45:00:

Use of the sqlite3_result_pointer() interface can, on some obscure queries, result in an assertion fault on this line: https://sqlite.org/src/artifact/2f9d672af?ln=38.

This problem was discovered by the Thunderbird project when they upgraded to SQLite 3.20.0.