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).