ladybird/Tests/LibSQL
Timothy Flynn f8f36effc9 LibSQL: Limit the allowed depth of an expression tree
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.
2021-06-05 23:48:18 +04:30
..
CMakeLists.txt Tests: Move LibSQL tests to Tests/LibSQL 2021-05-06 17:54:28 +02:00
TestSqlExpressionParser.cpp LibSQL: Limit the allowed depth of an expression tree 2021-06-05 23:48:18 +04:30
TestSqlStatementParser.cpp LibSQL: Report a syntax error for unsupported LIMIT clause syntax 2021-06-03 08:30:13 +02:00