From: Simon McVittie Date: Fri, 28 Jun 2013 10:37:28 +0000 (+0100) Subject: NEWS X-Git-Tag: dbus-1.6.14~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=160fbc9ec110fc3aa691b86971b50ee8dc740783;p=thirdparty%2Fdbus.git NEWS --- diff --git a/NEWS b/NEWS index 96d4b0c2f..01e306f6c 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ Fixes: • If malloc() returns NULL in _dbus_string_init() or similar, don't free an invalid pointer if the string is later freed (fd.o #65959, Chengwei Yang) +• If malloc() returns NULL in dbus_set_error(), don't va_end() a va_list + that was never va_start()ed (fd.o #66300, Chengwei Yang) + D-Bus 1.6.12 (2013-06-13) ==