kmx git
Register
kc3-lang/libxml2
kc3-lang
Login
kc3-lang
/
libxml2
Browse
Commit
Author :
Nick Wellnhofer
Date :
2025-08-12 13:18:46
Hash :
24caea63
Message :
regexp: Avoid integer overflow and OOB array access Limit size of 2D arrays to XML_MAX_ITEMS (1e9) to avoid overflow of int indexes. Fixes #950.