Edit

kc3-lang/libxml2

Branch :

  • Show log

    Commit

  • Author : Peter Simons
    Date : 2016-04-15 11:56:55
    Hash : 8f30bdff
    Message : Add missing increments of recursion depth counter to XML parser. For https://bugzilla.gnome.org/show_bug.cgi?id=765207 CVE-2016-3705 The functions xmlParserEntityCheck() and xmlParseAttValueComplex() used to call xmlStringDecodeEntities() in a recursive context without incrementing the 'depth' counter in the parser context. Because of that omission, the parser failed to detect attribute recursions in certain documents before running out of stack space.