mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
parser: Remove dangerous check in xmlParseCharData
If this check succeeds, xmlParseCharData could be called over and over again without making progress, resulting in an infinite loop. It's only important to check for XML_PARSER_EOF which is done later. Related to #441.
This commit is contained in:
parent
94ca36c2c4
commit
0e193f0d61
Loading…
x
Reference in New Issue
Block a user