On Fri, Nov 13, 2009 at 08:07:49AM +0100, Mike Hommey wrote: > reassign 555955 libsqlite3-0 > affects 555955 xulrunner-1.9.1 iceweasel
Here is what sqlite upstream had to say about the issue: FYI: The defect in the SQLITE_SECURE_DELETE implementation of SQLite turned out to be obscure - much more obscure than I originally thought and reported to Shawn. The only way that deleted content would fail to be overwritten with zeros is when all of the content for an entire table fit on a single database page and the entire table was deleted using "DELETE FROM table" with no WHERE clause. In other words, very small tables, deleted in total all at once, might not get overwritten. But as far as we can see now, content is correctly zeroed-out in all other cases. The defect will be fixed in SQLite 3.6.21. Cheers, Mike -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

