]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify btree.c so that is allocates big data structures using malloc()
authordrh <drh@noemail.net>
Fri, 3 Sep 2004 18:38:44 +0000 (18:38 +0000)
committerdrh <drh@noemail.net>
Fri, 3 Sep 2004 18:38:44 +0000 (18:38 +0000)
commit2e38c32b673501ec072c625331a0c991f193f30d
tree0deac32b7ec976f7a4d4be0f6082edcaa558e04f
parent2c7e56798b06d55650a19a08b3ad2889fe712ca5
Modify btree.c so that is allocates big data structures using malloc()
instead of allocating from the stack.  Stack allocations cause problems
for embedded systems and pthreads implementations that only allocate a
limited amount of stack space. (CVS 1937)

FossilOrigin-Name: 4595292f936bdbec10734f42682824e91ff71d11
manifest
manifest.uuid
src/btree.c
test/memleak.test