Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing missing life rage protection for the reverse filter (and others). #246

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

jferreyra-sc
Copy link
Contributor

@jferreyra-sc jferreyra-sc commented Feb 9, 2024

reverse was providing stale string_views (pointing to garbage).
The cause was that the data was not being protected, I'm copying the fix from what DictSort was doing.
(also applying the protection to the other filters)

Fixing missing life rage protection for the reverse filter.
Adding protection to many other filters.
@jferreyra-sc jferreyra-sc changed the title Fixing missing life rage protection for the reverse filter. Fixing missing life rage protection for the reverse filter (and others). Feb 9, 2024
@rmorozov rmorozov merged commit a853f8e into jinja2cpp:master Feb 22, 2024
99 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants