]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Rig the sqliteMalloc() routine so that we can make it fail multiple times
authordrh <drh@noemail.net>
Sat, 20 Nov 2004 19:18:00 +0000 (19:18 +0000)
committerdrh <drh@noemail.net>
Sat, 20 Nov 2004 19:18:00 +0000 (19:18 +0000)
commit4693423b0904d5285815dc1e5a862c6e98fc15f1
tree511f11e9b6852f182897d9104aef301ae95f5656
parent73c42a13862c92c6c7baf698a95b24a16028b3f4
Rig the sqliteMalloc() routine so that we can make it fail multiple times
in a row.  Modify the malloc.test procedure to make malloc fail in this
way and verify that the failures are still handled correctly. (CVS 2121)

FossilOrigin-Name: 519bc9d9975bbdb4ba056799534d5c465e0cd042
manifest
manifest.uuid
src/sqliteInt.h
src/test1.c
src/util.c
test/malloc.test