mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-25 23:21:26 +03:00
c51e38cb3a
Avoid call stack overflow in deeply nested conditional sections. Found by OSS-Fuzz.
8 lines
152 B
XML
8 lines
152 B
XML
<!DOCTYPE doc SYSTEM "dtds/cond_sect1.dtd" [
|
|
<!ENTITY % include "INCLUDE">
|
|
<!ENTITY % ignore "IGNORE">
|
|
]>
|
|
<doc>
|
|
<child>text</child>
|
|
</doc>
|