Edit

kc3-lang/libxml2

Branch :

  • Show log

    Commit

  • Author : Nick Wellnhofer
    Date : 2020-07-15 12:54:25
    Hash : 1493130e
    Message : 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.