]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an signed integer overflow problem that can occur when using an oversize
authordrh <>
Tue, 28 Oct 2025 13:24:50 +0000 (13:24 +0000)
committerdrh <>
Tue, 28 Oct 2025 13:24:50 +0000 (13:24 +0000)
commitffbfc27fab6b27123e83922413cd7102bbc77917
treee7466c78318758a6eddaaaaff6e61cbb884888ca
parent5a9ada593f5ea807d4b7add86f097e0335247043
Fix an signed integer overflow problem that can occur when using an oversize
value for the SQLITE_MAX_LENGTH compile-time option together with
multi-gigabyte operands to the OP_Concat operator.

FossilOrigin-Name: 724f2299f206cc9e7f830f984c50a8fc4ac1c17210d71d9affe657b45252b060
manifest
manifest.uuid
src/vdbe.c