mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-14 13:58:27 +03:00
Otherwise, nested xi:include nodes might result in a use-after-free if XML_PARSE_NOXINCNODE is specified. Found with libFuzzer and ASan.
8 lines
200 B
XML
8 lines
200 B
XML
<a>
|
|
<xi:include href="c.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<xi:fallback>
|
|
<xi:include href="../ents/something.xml"/>
|
|
</xi:fallback>
|
|
</xi:include>
|
|
</a>
|