]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use sqlite3_malloc() for memory allocation inside of sqlite3_str_vappendf(),
authordrh <>
Fri, 10 Apr 2026 17:16:46 +0000 (17:16 +0000)
committerdrh <>
Fri, 10 Apr 2026 17:16:46 +0000 (17:16 +0000)
commit1bb371e6d398724534ae860232936942acf60880
tree429f3fcab2426004b175fda917b1eeeb12af98d9
parent916f74e48522426875b4b17cb9f9c9ba01a6e557
Use sqlite3_malloc() for memory allocation inside of sqlite3_str_vappendf(),
since it invokes sqlite3_initialize(), whereas sqlite3DbMallocRaw() does
not.

FossilOrigin-Name: d959559d1fc34381861085ed8ac97b7ce72a4a83c6f846a6abd1e4552db081b4
manifest
manifest.uuid
src/printf.c