Commit c97750d11bb8b6f3303e7131fe526a61ac65bcfd

Daniel Veillard 2016-05-23T13:39:13

Avoid an out of bound access when serializing malformed strings For https://bugzilla.gnome.org/show_bug.cgi?id=766414 * xmlsave.c: xmlBufAttrSerializeTxtContent() if an attribute value is not UTF-8 be more careful when serializing it as we may do an out of bound access as a result.