Re: [PATCH] Check hex or decimal entity for overflow
Nick Wellnhofer <[email protected]>
| Newsgroups | gmane.comp.gnome.lib.xml.general |
|---|---|
| Message-ID | <[email protected]> |
On 09/01/2018 00:55, Joel Hockey wrote: > Updated patch with XML_ERR_INVALID_CHAR. Should be fixed with https://git.gnome.org/browse/libxml2/commit/?id=60dded12cbf1705927803c5ed615a7a0132aebbd As noted previously, this only affects "recovery" mode. The commit addresses the issue at an earlier point in the parsing process and makes sure not to return invalid entity content in recovery mode at all. Nick