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

Fix SEGV with invalid appenders #471

Merged
merged 2 commits into from
Feb 2, 2025
Merged

Fix SEGV with invalid appenders #471

merged 2 commits into from
Feb 2, 2025

Conversation

rm5248
Copy link
Contributor

@rm5248 rm5248 commented Feb 1, 2025

If a non-appender class is attempted to be used as an appender, a SEGV can occur. Add explicit check to make sure that the class being used is in fact an appender.

rm5248 and others added 2 commits February 1, 2025 09:49
If a non-appender class is attempted to be used as an appender, a SEGV can
occur.  Add explicit check to make sure that the class being used is in fact
an appender.
@rm5248 rm5248 merged commit 1d53672 into master Feb 2, 2025
32 checks passed
@rm5248 rm5248 deleted the fix-domconfigurator-npe branch February 2, 2025 15:37
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.

1 participant