]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Put the sqlite3OomStr singleton in "const" space to ensure that it is
authordrh <>
Fri, 19 Jun 2026 22:17:09 +0000 (22:17 +0000)
committerdrh <>
Fri, 19 Jun 2026 22:17:09 +0000 (22:17 +0000)
commitfa8e52021fa8fded59844ae8fed967346d44dc7a
treeeac99117dfc8e8a01e6b873cba9aefba8378be5b
parentec4f18fed85b5646b616eb5460dac48d839ed5ef
Put the sqlite3OomStr singleton in "const" space to ensure that it is
never modified.  Doing so identified a long-standing bug.

FossilOrigin-Name: 2fe53e6d68c3f9f1c4b064fa40fe8efe12025179a973182f0bb256acb9b5d58d
manifest
manifest.uuid
src/global.c
src/printf.c
src/sqliteInt.h
src/vdbeapi.c