Commit 86105c0493f19ef8e1dd21ab5099613159224b4d

David Kilzer 2023-04-15T18:04:03

Fix use-after-free in xmlParseContentInternal() * parser.c: (xmlParseCharData): - Check if the parser has stopped before advancing `ctxt->input->cur`. This only occurs if a custom SAX error handler calls xmlStopParser() on fatal errors. Fixes #518.