]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not allow the local_getline() function in the CLI to allocate more
authordrh <>
Tue, 9 Sep 2025 10:28:06 +0000 (10:28 +0000)
committerdrh <>
Tue, 9 Sep 2025 10:28:06 +0000 (10:28 +0000)
commit92f91ca37d13bcd5b8c5e9f3d02f3bd1b52695dc
tree1b992646496cbf6b2673c52dffd6a38c528e486f
parent75ca99ab99d3e60c4907ffc3e070bfc4334b141c
Do not allow the local_getline() function in the CLI to allocate more
memory than can be counted using a 32-bit integer, thus limiting the
length of an input line to about one gigabyte.
[forum:/forumpost/c83b9affa2|Forum post c83b9affa2].

FossilOrigin-Name: 0f31711591c56f3896fb6f092752fb82c4ea646bf8e5838dfbe55302994ea091
manifest
manifest.uuid
src/shell.c.in