Files
inja/single_include
Florian Sattler 34514c2658 Prevent local stack memory leakage when parsing (#302)
We need to resets current_block to a nullptr after parsing the template
in `parse_into`, otherwise, current_block will refer to local stack
space after we return from Parser::parse.
2025-03-18 20:20:34 -05:00
..