]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Limit VIEW recursion depth to SQLITE_LIMIT_EXPR_DEPTH to prevent master
authordrh <>
Tue, 16 Jun 2026 13:43:08 +0000 (13:43 +0000)
committerdrh <>
Tue, 16 Jun 2026 13:43:08 +0000 (13:43 +0000)
commit9fb225190c3ac0e51f11a7fddab0d4cc960417ad
treef7ed8fab8cdfb665502ed491e1a2e6c37b8aff10
parentb7c32f2f29cd393d698f218d8c2522598811a63e
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.
[bugs:/info/2026-06-16T04:21:51Z|Bug 2026-06-16T04:21:51Z]

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