summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-28 11:37:28 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-28 11:37:28 +0100
commit160fbc9ec110fc3aa691b86971b50ee8dc740783 (patch)
tree21ed84c5100d43bc9f318199dce52ab6f8fffa3c /NEWS
parentf023c0e265443e8caab45aa9aa18ce245aa22af0 (diff)
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 96d4b0c2..01e306f6 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)
==