]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a test (and fix) for possible corruption if malloc() fails during a CREATE INDEX...
authordanielk1977 <danielk1977@noemail.net>
Fri, 18 Jan 2008 13:42:54 +0000 (13:42 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Fri, 18 Jan 2008 13:42:54 +0000 (13:42 +0000)
commita98d7b47975e218820ddc3a8b6a16fc98fe047f4
treebcdc7ba9d40d5fccd0d87d0e340121d18e7a02f4
parent87c29a94fc9398069e2565a1450f3087c1eedc37
Add a test (and fix) for possible corruption if malloc() fails during a CREATE INDEX statement, the application continues with the transaction, then crashes. (CVS 4725)

FossilOrigin-Name: 65245d9904db19568d5092926b27f0c193c9ef0b
manifest
manifest.uuid
src/pager.c
src/test6.c
test/crash5.test [new file with mode: 0644]