]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the sqlite3_hard_heap_limit() so that it works with sqlite3_realloc64()
authordrh <drh@noemail.net>
Tue, 20 Oct 2020 14:40:53 +0000 (14:40 +0000)
committerdrh <drh@noemail.net>
Tue, 20 Oct 2020 14:40:53 +0000 (14:40 +0000)
commit672f07c642fad9ad76b1a8cd1c1d196d0286ffc4
tree9ad3491a469c959189d34c65f1afdd9bb1a8e5b8
parent1a56fce614ff945827281208358c1864b522bc05
Fix the sqlite3_hard_heap_limit() so that it works with sqlite3_realloc64()
in addition to sqlite3_malloc64().  Improvements to OOM processing and
debugging aids in the fuzzcheck utility.

FossilOrigin-Name: 602d7369166d406a26834aa47d71d565a17d377d32e41f308821a50b41f91896
manifest
manifest.uuid
src/malloc.c
src/memdb.c
test/fuzzcheck.c