1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-14 05:09:26 +03:00
Files
libxslt/tests/docs/bug-185-data.xml
Nick Wellnhofer fc1ff481fd Fix use-after-free in xsltDocumentFunctionLoadDocument
Also fixes a memory leak in an unlikely error case.

Fixes bug #758291
https://bugzilla.gnome.org/show_bug.cgi?id=758291
2016-02-25 17:16:06 +01:00

6 lines
93 B
XML

<!DOCTYPE test [ <!ATTLIST A id ID #REQUIRED> ] >
<test>
<A id="X"/>
<A id="Y"/>
</test>