This is an automated email from the ASF dual-hosted git repository.
rmiddleton pushed a change to branch fix-empty-appender-ref-recursion
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
from bad71da9 Fix empty appender ref recursion
add f2eb65a2 Add LOG4CXX_CHAR=wchar_t with clang GitHub action (#474)
add 2cbae954 Fix possible invalid cast (#470)
add 1d53672c Fix SEGV with invalid appenders (#471)
add 9641f759 Merge branch 'master' into fix-empty-appender-ref-recursion
No new revisions were added by this update.
Summary of changes:
.github/workflows/log4cxx-ubuntu.yml | 5 +++++
src/fuzzers/cpp/TimeBasedRollingPolicyFuzzer.cpp | 2 +-
src/main/cpp/domconfigurator.cpp | 4 ++++
src/main/cpp/optionconverter.cpp | 15 +++++++++++++--
src/main/cpp/syslogappender.cpp | 3 ++-
src/test/cpp/xml/domtestcase.cpp | 17 +++++++++++++++++
src/test/resources/input/xml/DOMInvalidAppender.xml | 7 +++++++
src/test/resources/input/xml/DOMInvalidLevel.xml | 11 +++++++++++
8 files changed, 60 insertions(+), 4 deletions(-)
create mode 100644 src/test/resources/input/xml/DOMInvalidAppender.xml
create mode 100644 src/test/resources/input/xml/DOMInvalidLevel.xml