Hash : c51e38cb Author : Date : 2019-09-30T13:50:02
Make xmlParseConditionalSections non-recursive Avoid call stack overflow in deeply nested conditional sections. Found by OSS-Fuzz.
Download
1 2 3 4 5 6 7
<!DOCTYPE doc SYSTEM "dtds/cond_sect1.dtd" [ <!ENTITY % include "INCLUDE"> <!ENTITY % ignore "IGNORE"> ]> <doc> <child>text</child> </doc>