mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 00:21:01 +00:00
According to the definition at https://sqlite.org/lang_expr.html, SQL expressions could be infinitely deep. For practicality, SQLite enforces a maxiumum expression tree depth of 1000. Apply the same limit in LibSQL to avoid stack overflow in the expression parser. Fixes https://crbug.com/oss-fuzz/34859. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| TestSqlExpressionParser.cpp | ||
| TestSqlStatementParser.cpp | ||