Files
Android11/external/libxml2/result/errors/extparsedent.xml
2023-10-13 14:01:41 +00:00

6 lines
103 B
XML

<?xml version="1.0"?>
<!DOCTYPE foo [
<!ENTITY c PUBLIC "bar" "/etc/doesnotexist">
]>
<root>&c;</root>