]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The sqlite3_str_new() interface never returns NULL, even after an OOM.
authordrh <>
Wed, 15 Apr 2026 14:41:25 +0000 (14:41 +0000)
committerdrh <>
Wed, 15 Apr 2026 14:41:25 +0000 (14:41 +0000)
commita2116f86b09b23220eb9dd94ba6a54e1450f0c67
tree100c44b313e1d03b38f532806a1be07992c56ee8
parent1e472f2d3267d7e7e2d4c8614f4a5ef1a2475ca3
The sqlite3_str_new() interface never returns NULL, even after an OOM.
Code that uses that interface should invoke sqlite3_str_errcode() to see
if an OOM has occurred.

FossilOrigin-Name: cb910047edc591102dd4ed0d57c863b366981b8aa1d3085d5f95b1fbbabf6c31
ext/misc/analyze.c
manifest
manifest.uuid
src/func.c