]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add function to recover from a malloc() failure. (CVS 2414)
authordanielk1977 <danielk1977@noemail.net>
Mon, 21 Mar 2005 04:04:02 +0000 (04:04 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Mon, 21 Mar 2005 04:04:02 +0000 (04:04 +0000)
commit6b456a2b46e640756dca355d6121607a8da7afa7
treea7dd93563bd7d10b896da01789ce2d1b4d2a549d
parente94ddc9e438c06d565fe3c041a2ceb9b79411677
Add function to recover from a malloc() failure. (CVS 2414)

FossilOrigin-Name: 1f9d10d7965c95d1e35f64cf4c3f128adabd41f2
12 files changed:
manifest
manifest.uuid
src/btree.c
src/btree.h
src/main.c
src/pager.c
src/pager.h
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
test/malloc2.test [new file with mode: 0644]
test/quick.test