projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f023c0e
)
NEWS
author
Simon McVittie
<simon.mcvittie@collabora.co.uk>
Fri, 28 Jun 2013 10:37:28 +0000
(11:37 +0100)
committer
Simon McVittie
<simon.mcvittie@collabora.co.uk>
Fri, 28 Jun 2013 10:37:28 +0000
(11:37 +0100)
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index
96d4b0c
..
01e306f
100644
(file)
--- 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)
==