mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-17 02:03:36 +03:00
c51e38cb3a
Avoid call stack overflow in deeply nested conditional sections. Found by OSS-Fuzz.
9 lines
165 B
XML
9 lines
165 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE doc SYSTEM "dtds/cond_sect1.dtd" [
|
|
<!ENTITY % include "INCLUDE">
|
|
<!ENTITY % ignore "IGNORE">
|
|
]>
|
|
<doc>
|
|
<child>text</child>
|
|
</doc>
|