Skip to content

filter_modify: fix leaks on exceptions #10434

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

Merged
merged 1 commit into from
Jun 5, 2025
Merged

Conversation

edsiper
Copy link
Member

@edsiper edsiper commented Jun 5, 2025


Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

if (modifications < 0) {
flb_plg_error(ctx->ins, "Error applying modify rules");
ret = FLB_FILTER_NOTOUCH;
break;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

@edsiper edsiper merged commit 9ab0b53 into master Jun 5, 2025
67 of 73 checks passed
@edsiper edsiper deleted the filter_modify_exceptions branch June 5, 2025 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants