SQLite

View Ticket
Login
Ticket Hash: 39c85e8a4e8921b4c071ba6d43bd831aa85ec30f
Title: FormatMessage incorrectly used (Windows VFS)
Status: Fixed Type: Code_Defect
Severity: Important Priority: Low
Subsystem: VFS Resolution: Fixed
Last Modified: 2009-10-21 03:56:00
Version Found In: 3.5.3
Description:
[http://www.sqlite.org/cvstrac/tktview?tn=2825]

It is possible to crash SQLite unintentionally because of this.  Mitigating the probability of the problem appearing is that it only appears to be called when there is an error with loadable extensions.

It will also be called by xGetLastError but that routine is never called in practise.

<hr><i>shane added on 2009-10-21 01:59:18:</i><br>
Check-in [761396f8cb]