You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the filters initialization routine has a few flaws :
The regexcompilation results are not checked and thus an invalid regex will just leave an invalid value (NULL) in place which will be later on used and I suspect that wouldn't go well. << this is NOT your case
The teardown routine unconditionally tries to dispose of all the rule components without checking their state (ie. a regex field wasn't or couldn't be initialized).
Would you like to take a stab at fixing it? I can't give you an ETA for the fix but I can provide any assistance you might need if you try to contribute a patch.
Thanks for reporting this issue.
nokute78
added a commit
to nokute78/fluent-bit
that referenced
this issue
May 12, 2023
Bug Report
Describe the bug
SIGSEGV
To Reproduce
Expected behavior
Print an error saying what I did wrong and continue.
Your Environment
Additional context
I suspect it's the bad wildcard.
The text was updated successfully, but these errors were encountered: