]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Some elements of the new malloc() failure handling. Not all cases work properly yet...
authordanielk1977 <danielk1977@noemail.net>
Tue, 6 Dec 2005 12:52:59 +0000 (12:52 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Tue, 6 Dec 2005 12:52:59 +0000 (12:52 +0000)
commit261919cc16a3176b2388001e146bad0a872bf8fd
tree9861cbc52e9ab2cd1723efd6ba6bf0c1b823ebb0
parent67e0b84f7d63e23bf9573ec4415635db0115c2a1
Some elements of the new malloc() failure handling. Not all cases work properly yet. Also, library is not threadsafe if malloc() fails right now. (CVS 2800)

FossilOrigin-Name: e1606658f1b4530e3001db4779b5669c8d13c853
30 files changed:
manifest
manifest.uuid
src/alter.c
src/attach.c
src/build.c
src/callback.c
src/delete.c
src/expr.c
src/insert.c
src/legacy.c
src/main.c
src/os_unix.c
src/pager.c
src/prepare.c
src/select.c
src/sqliteInt.h
src/test1.c
src/tokenize.c
src/trigger.c
src/update.c
src/util.c
src/vacuum.c
src/vdbe.c
src/vdbeapi.c
src/vdbeaux.c
src/where.c
test/malloc.test
test/malloc2.test
test/schema.test
tool/memleak3.tcl