]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix segfaults that can occur if a malloc failure happens just before
authordrh <drh@noemail.net>
Wed, 25 Apr 2007 18:23:52 +0000 (18:23 +0000)
committerdrh <drh@noemail.net>
Wed, 25 Apr 2007 18:23:52 +0000 (18:23 +0000)
commit7a521cfb795dbc38168769933fe36c20a1d889f8
treeef2a75fbc51810fb10ec89e120429410375271a5
parent0b3d55d4f9ccb7cc1c03274b77e2dea64bcab5c9
Fix segfaults that can occur if a malloc failure happens just before
a built-in function calls sqlite3_value_text(). (CVS 3874)

FossilOrigin-Name: 9cb0ed6ee9827bc6884a0195044d5b6ad0de698e
manifest
manifest.uuid
src/date.c
src/func.c
src/vdbeapi.c
test/malloc8.test [new file with mode: 0644]