]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Out-of-memory cleanup in tokenizers. Handle NULL return from
authorshess <shess@noemail.net>
Fri, 16 Mar 2007 18:30:54 +0000 (18:30 +0000)
committershess <shess@noemail.net>
Fri, 16 Mar 2007 18:30:54 +0000 (18:30 +0000)
commit0d9f55a17767c3408a8ebd6278c3395abd0fef59
tree38bbfd9a3f007977581e8afb5880ad62eb83a26a
parentfe39319ec85e977b5cd15a6fc144ac5c2bb028d6
Out-of-memory cleanup in tokenizers.  Handle NULL return from
malloc/calloc/realloc appropriately, and use sizeof(var) instead of
sizeof(type) to make certain that we don't get a mismatch between
them as the code rots. (CVS 3693)

FossilOrigin-Name: fbc53da8c645935c74e49af2ab2cf447dc72ba4e
ext/fts1/fts1_porter.c
ext/fts1/fts1_tokenizer1.c
ext/fts2/fts2_porter.c
ext/fts2/fts2_tokenizer1.c
manifest
manifest.uuid