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 empty appender ref recursion #472

Merged
merged 2 commits into from
Feb 2, 2025
Merged

Conversation

rm5248
Copy link
Contributor

@rm5248 rm5248 commented Feb 1, 2025

If an appender-ref tag is added with no ref, parsing the XML file gets stuck in a recursive loop until the stack overflows. Check to make sure that the ref attribute is in the XML file.

rm5248 and others added 2 commits February 1, 2025 10:37
If an appender-ref tag is added with no ref, parsing the XML file gets stuck
in a recursive loop until the stack overflows.  Check to make sure that the
ref attribute is in the XML file.
@rm5248 rm5248 merged commit 323945b into master Feb 2, 2025
32 checks passed
@rm5248 rm5248 deleted the fix-empty-appender-ref-recursion branch February 2, 2025 15:49
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