1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00
Files
libxml2/result/errors/759398.xml.err
Pranjal Jumde 45752d2c33 Bug 759398: Heap use-after-free in xmlDictComputeFastKey <https://bugzilla.gnome.org/show_bug.cgi?id=759398>
* parser.c:
(xmlParseNCNameComplex): Store start position instead of a
pointer to the name since the underlying buffer may change,
resulting in a stale pointer being used.
* result/errors/759398.xml: Added.
* result/errors/759398.xml.err: Added.
* result/errors/759398.xml.str: Added.
* test/errors/759398.xml: Added test case.
2016-05-23 15:01:07 +08:00

10 lines
626 B
Plaintext

./test/errors/759398.xml:210: parser error : StartTag: invalid element name
need to worry about parsers whi<! don't expand PErefs finding
^
./test/errors/759398.xml:309: parser error : Opening and ending tag mismatch: spec line 50 and termdef
and provide access to their content and structure.</termdef> <termdef
^
./test/errors/759398.xml:309: parser error : Extra content at the end of the document
and provide access to their content and structure.</termdef> <termdef
^