Edit

kc3-lang/libxml2

Branch :

  • Show log

    Commit

  • Author : Pranjal Jumde
    Date : 2016-03-03 11:50:34
    Hash : 45752d2c
    Message : Bug 759398: Heap use-after-free in xmlDictComputeFastKey <https://bugzilla.gnome.org/show_bug.cgi?id=759398> * parser.c: (xmlParseNCNameComplex): Store start position instead of a pointer to the name since the underlying buffer may change, resulting in a stale pointer being used. * result/errors/759398.xml: Added. * result/errors/759398.xml.err: Added. * result/errors/759398.xml.str: Added. * test/errors/759398.xml: Added test case.