]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Defend against integer overflow on oversized string inputs to
authordrh <>
Wed, 24 Jun 2026 12:40:26 +0000 (12:40 +0000)
committerdrh <>
Wed, 24 Jun 2026 12:40:26 +0000 (12:40 +0000)
commitd87f8c4965497148a2cb0cc696ce557d5961cf87
tree81cf976cdb470bd99b0d6aa81a2716414573d3a8
parentb1541d2f171389ade13900bed6654f6998fdde13
Defend against integer overflow on  oversized string inputs to
sqlite3_mprintf() and similar C-language interfaces when using
the "%!.*s" conversion.  The problem is not reachable from SQL
due to string length restrictions in SQL. C-code is required.
[bugs:/info/2026-06-24T11:57:36Z|Bug 2026-06-24T11:57:36Z].

FossilOrigin-Name: 15a6482300bb2804fbfad1f07d6d74da6c0cb5953d44b74bc61c17d29e29821c
manifest
manifest.uuid
src/printf.c