1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/XInclude/fallback3.xml
Nick Wellnhofer 0f9817c75b 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.
2020-08-06 14:29:33 +02:00

9 lines
126 B
XML

<?xml version="1.0"?>
<a>
<doc xml:base="../ents/something.xml">
<p>something</p>
<p>really</p>
<p>simple</p>
</doc>
</a>