]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Limit VIEW recursion depth to SQLITE_LIMIT_EXPR_DEPTH to prevent
authordrh <>
Tue, 16 Jun 2026 13:46:54 +0000 (13:46 +0000)
committerdrh <>
Tue, 16 Jun 2026 13:46:54 +0000 (13:46 +0000)
commitc89700b6c06e8f509329eda133cb6a8a52b3ef86
tree38a6dc681c19a39fbd7e985504d4459781f879fd
parente9d40c821d0869a989501db657bcb6f7c411cdf2
Limit VIEW recursion depth to SQLITE_LIMIT_EXPR_DEPTH to prevent
static overflow in malicious schemas with tens of thousands of
levels of recursive views.

FossilOrigin-Name: 38430aa5ed787ab8d24cc4d7f03b5528168e12b1f59ecfce9c471cd755b81cc7
manifest
manifest.uuid
src/select.c
src/sqlite.h.in
src/sqliteInt.h
test/view.test