Edit

kc3-lang/libxml2/result/valid/cond_sect1.xml

Branch :

  • Show log

    Commit

  • Author : Nick Wellnhofer
    Date : 2019-09-30 13:50:02
    Hash : c51e38cb
    Message : Make xmlParseConditionalSections non-recursive Avoid call stack overflow in deeply nested conditional sections. Found by OSS-Fuzz.

  • result/valid/cond_sect1.xml
  • <?xml version="1.0"?>
    <!DOCTYPE doc SYSTEM "dtds/cond_sect1.dtd" [
    <!ENTITY % include "INCLUDE">
    <!ENTITY % ignore "IGNORE">
    ]>
    <doc>
        <child>text</child>
    </doc>