]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the VFSes so that there is no 32-bit integer overflow in the
authordrh <>
Thu, 21 May 2026 15:14:35 +0000 (15:14 +0000)
committerdrh <>
Thu, 21 May 2026 15:14:35 +0000 (15:14 +0000)
commit8f70ec615f4cd247d36f92a22c99f65ebbcc22a7
tree86ca7633faa0eb2b381d3c35692105f42d08b937
parentc597ed79d1bd03f57198d10d1f431adda293cf2e
Fix the VFSes so that there is no 32-bit integer overflow in the
xShmMap method if the WAL file size exceeds about 25 terabytes, or
if the header is corrupted to make SQLite think that the WAL file size
is that big.
[bugs:/info/2026-05-21T03:53:03Z|Bug 2026-05-21T03:53:03Z].

FossilOrigin-Name: 9ac4a33a2932d353c4871fd8e09c10addf827f1fc3fc9380037d738cf2cd0353
manifest
manifest.uuid
src/os_unix.c
src/os_win.c