]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem whereby the *ppVtab output buffer passed to sqlite3_module.xConstruct...
authordanielk1977 <danielk1977@noemail.net>
Tue, 4 Sep 2007 15:38:57 +0000 (15:38 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Tue, 4 Sep 2007 15:38:57 +0000 (15:38 +0000)
commit5bccfc95b1618aa322cf252d2d47ae7f9f101c54
tree9aea402efb5241a2663b756613cdccf7efcb742a
parent7c836f06d3229a4c62f13fd2590c392c2340fc52
Fix a problem whereby the *ppVtab output buffer passed to sqlite3_module.xConstruct() could be invalidated (freed) if a malloc() failure occured within a call to sqlite3_declare_vtab(). (CVS 4397)

FossilOrigin-Name: efd61df1b9170f0134787ae17ac996a7eff64add
manifest
manifest.uuid
src/vtab.c