]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Follow-up to check-in (3164). Make sure SQLITE_NOMEM is returned after
authordrh <drh@noemail.net>
Mon, 10 Apr 2006 13:37:47 +0000 (13:37 +0000)
committerdrh <drh@noemail.net>
Mon, 10 Apr 2006 13:37:47 +0000 (13:37 +0000)
commita06ab2ca23b2740c06b07208abc39e3f40719d16
treecc52c4ee080fd262228f2e4a5069fbf84f7f1325
parent15abd02897a0f85431fb8a4e92c54d7a9e935ce9
Follow-up to check-in (3164).  Make sure SQLITE_NOMEM is returned after
a memory allocation failure.  It is not sufficent to return an "out of memory"
error message.  The return code needs to be SQLITE_NOMEM. (CVS 3172)

FossilOrigin-Name: 9d95750e8556aef20a637a815652d547ed2f887c
manifest
manifest.uuid
src/attach.c
test/malloc.test