SQLite

View Ticket
Login
2010-08-01
22:25 Fixed ticket [168d0f71]: Segfault while reading database with a corrupt index plus 3 other changes (artifact: 184435bf user: drh)
22:25 New ticket [168d0f71]. (artifact: 04fbf617 user: drh)

Ticket Hash: 168d0f7176ab76067736c3f25bad9aa7248683a0
Title: Segfault while reading database with a corrupt index
Status: Fixed Type: Code_Defect
Severity: Severe Priority: Immediate
Subsystem: Unknown Resolution: Fixed
Last Modified: 2010-08-01 22:25:47
Version Found In: 3.7.0
Description:
If a database file contains indices which are out-of-date with their tables (in other words, if the database file is corrupt) then it is possible to segfault while doing a SELECT on that database.

drh added on 2010-08-01 22:25:47:
Fixed by checkin [83395a3d24f18170fc068d9e644291678694c3f0]