Commit 22d879bf0ab3ef14177a6388e28bb264bd36e64b

Nick Wellnhofer 2022-11-13T15:08:44

io: Fix "buffer full" error with certain buffer sizes Remove a useless check in xmlParserInputBufferGrow that could be triggered after changing xmlBufAvail in c14cac8b. Fixes #438.