SebTardif opened a new pull request, #4172: URL: https://github.com/apache/logging-log4j2/pull/4172
## Summary In log4j-1.2-api `XmlConfiguration`, `parseAppender()` can return null. The code called `appender.getName()` unconditionally, causing an NPE on bad appender configuration. ## Fix Skip null appenders after `parseAppender`. ## Testing Logic-only guard; existing suite in CI. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
