ladybird/Tests/LibSQL
Timothy Flynn c7cd81bce8 LibSQL: Limit the number of nested subqueries
SQLite hasn't documented a limit on https://www.sqlite.org/limits.html
for the maximum number of nested subqueries. However, its parser is
generated with Yacc and has an internal limit of 100 for general nested
statements.

Fixes https://crbug.com/oss-fuzz/35022.
2021-06-08 19:08:13 +02:00
..
CMakeLists.txt Tests: Move LibSQL tests to Tests/LibSQL 2021-05-06 17:54:28 +02:00
TestSqlExpressionParser.cpp LibSQL: Rename expression tree depth limit test case 2021-06-08 19:08:13 +02:00
TestSqlStatementParser.cpp LibSQL: Limit the number of nested subqueries 2021-06-08 19:08:13 +02:00