mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +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.
11 lines
148 B
XML
11 lines
148 B
XML
<?xml version="1.0"?>
|
|
<a>
|
|
|
|
<doc xml:base="../ents/something.xml">
|
|
<p>something</p>
|
|
<p>really</p>
|
|
<p>simple</p>
|
|
</doc>
|
|
|
|
</a>
|