Commit 79a9938d843d38a64d7a17006cf5ad4335aa5b51

Nick Wellnhofer 2023-12-13T17:25:37

parser: Don't grow or shrink pull parser memory buffers Readd check for memory buffers without a read callback to avoid XML_MAX_LOOKUP_LIMIT errors if users provide a custom input buffer. Regressed with commit 834b8123 and later changes.