This is an automated email from the ASF dual-hosted git repository.
psteitz pushed a change to branch LANG_2_X
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
from a33e37af9 Use full name
add 904afa78c Rewrite ClassUtils.getClass() without recursion to avoid
StackOverflowError on very long inputs
new 853768240 Merge pull request #1492 from vlsi/lang-2.6-CVE-2025-48924
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/commons/lang/ClassUtils.java | 42 +++++++++++-----------
.../org/apache/commons/lang/ClassUtilsTest.java | 15 ++++++++
2 files changed, 35 insertions(+), 22 deletions(-)