mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-28 23:14:57 +03:00
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.
11 lines
432 B
Plaintext
11 lines
432 B
Plaintext
./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 * >
|
|
^
|