Edit

kc3-lang/libxml2/result/errors/content1.xml.err

Branch :

  • Show log

    Commit

  • Author : Nick Wellnhofer
    Date : 2023-01-22 13:09:03
    Hash : 74aa61e0
    Message : parser: Halt parser on DTD errors If we try to continue parsing after an error in the internal or external subset, entity expansion accounting gets more complicated. Simply halt the parser. Found with libFuzzer.

  • result/errors/content1.xml.err
  • ./test/errors/content1.xml:7: parser error : ContentDecl : ',' '|' or ')' expected
    <!ELEMENT aElement (a |b * >
                             ^
    ./test/errors/content1.xml:7: parser error : expected '>'
    <!ELEMENT aElement (a |b * >
                             ^
    ./test/errors/content1.xml:7: parser error : internal error: xmlParseInternalSubset: error detected in Markup declaration
    
    <!ELEMENT aElement (a |b * >
                             ^