]> 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:11:16 +0000 (17:11 +0000)
committerdrh <>
Fri, 10 Apr 2026 17:11:16 +0000 (17:11 +0000)
commit1a315c0d5113ea4d2267268d2327f2bcdd33ca54
tree3feda350877a7bbe579783cd3d8ee360b0e1934e
parent3a8d38ffc0a7136ec12cc5aa754e860de033c3ea
Use sqlite3_malloc() for memory allocation inside of sqlite3_str_vappendf(),
since it invokes sqlite3_initialize(), whereas sqlite3DbMallocRaw() does
not.

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