Edit

kc3-lang/libxml2

Branch :

  • Show log

    Commit

  • Author : Pranjal Jumde
    Date : 2016-03-07 14:04:08
    Hash : 38eae571
    Message : Heap use-after-free in xmlSAX2AttributeNs For https://bugzilla.gnome.org/show_bug.cgi?id=759020 * parser.c: (xmlParseStartTag2): Attribute strings are only valid if the base does not change, so add another check where the base may change. Make sure to set 'attvalue' to NULL after freeing it. * result/errors/759020.xml: Added. * result/errors/759020.xml.err: Added. * result/errors/759020.xml.str: Added. * test/errors/759020.xml: Added test case.