Commit 0f9817c75b50a77c6aeb8f36801966fdadad229a

Nick Wellnhofer 2020-06-10T16:34:52

Don't recurse into xi:include children in xmlXIncludeDoProcess Otherwise, nested xi:include nodes might result in a use-after-free if XML_PARSE_NOXINCNODE is specified. Found with libFuzzer and ASan.