Commit 8baa5de182503cee649268a3394931b031656b8d

Nick Wellnhofer 2025-05-27T17:51:50

parser: Avoid integer overflow in xmlParseCharDataInternal `nbchar` could overflow with larger than 2GB memory buffers which some new APIs allow. This shouldn't affect memory safety. Limit maximum amount of bytes passed to character callback to XML_MAX_ITEMS (1e9).