This is an automated email from the ASF dual-hosted git repository.

psteitz pushed a commit to branch LANG_2_X
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit 853768240aac39a347765073a9271d041f9a7531
Merge: a33e37af9 904afa78c
Author: Phil Steitz <[email protected]>
AuthorDate: Sun Nov 16 10:35:13 2025 -0700

    Merge pull request #1492 from vlsi/lang-2.6-CVE-2025-48924
    
    Rewrite ClassUtils.getClass() without recursion to avoid StackOverflowError 
on very long inputs

 .../java/org/apache/commons/lang/ClassUtils.java   | 42 +++++++++++-----------
 .../org/apache/commons/lang/ClassUtilsTest.java    | 15 ++++++++
 2 files changed, 35 insertions(+), 22 deletions(-)

Reply via email to