Commit 1493130ef24f8af2e1e70fdf12827374f670f7bf

Nick Wellnhofer 2020-07-15T12:54:25

Fix UTF-8 decoder in HTML parser Reject sequences starting with a continuation byte as well as overlong sequences like the XML parser. Also fixes an infinite loop in connection with previous commit 50078922 since htmlCurrentChar would return 0 even if not at the end of the buffer. Found by OSS-Fuzz.