]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Convert the ShellText object in the CLI to use sqlite3_malloc64() rather than
authordrh <>
Thu, 25 Sep 2025 10:55:54 +0000 (10:55 +0000)
committerdrh <>
Thu, 25 Sep 2025 10:55:54 +0000 (10:55 +0000)
commitdc868ef879deaf8309ae8e47e0addb91d607c62c
tree900a71fda95b1cafaaeda37a9def67ffe1c93cea
parent4d488bd341dd23990db19554ab96b7df28ffc1bc
Convert the ShellText object in the CLI to use sqlite3_malloc64() rather than
plain malloc().  Avoid unnecessary quoting of table names in .dump output
and similar.  Improved detection of OOM in set_table_name().

FossilOrigin-Name: 6ce4f6dc15a575c318669051fe6590ad114b52ff3f3e260cdf7accccdd922d63
ext/misc/dbdump.c
manifest
manifest.uuid
src/shell.c.in
test/shell1.test
test/shellA.test