René Kijewski ff25aaab2a parser: fix excessive filter blocks
A `{% filter %}` block could have an unbound number of filters chained
one after another. This chain would wind up as a nested structure on the
heap. When dropped, this would cause a stackoverflow.

Resolves <https://issues.oss-fuzz.com/issues/386547457>.
2025-01-04 11:23:54 +01:00
..
2024-06-17 15:58:52 +02:00
2024-06-17 15:58:52 +02:00