mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 21:41:35 +00:00

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>.