]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a potential segfault following a malloc() failure during a call
authordrh <drh@noemail.net>
Mon, 30 Apr 2007 21:39:16 +0000 (21:39 +0000)
committerdrh <drh@noemail.net>
Mon, 30 Apr 2007 21:39:16 +0000 (21:39 +0000)
commit276fdbfd61a7d8ca57d7b54a47767ede405afd77
tree78ef3eeeb8b803ffd7b56c4b49172b1808e8a571
parentf05515410833b46d387806e5a33a21e465fd6406
Fix a potential segfault following a malloc() failure during a call
to sqlite3_prepare() where the nBytes parameter is positive but less than
the length of the input SQL string. (CVS 3888)

FossilOrigin-Name: 27bf3fc3cf3c9c7acdbf9281a4669c9f642b0097
manifest
manifest.uuid
src/prepare.c
test/malloc8.test
test/malloc9.test [new file with mode: 0644]