summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-20 13:20:08 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-20 13:20:08 +0100
commit931c9663b714d1db0e0dfcf13034e0b83450f3cf (patch)
tree05e3c4675a0de07fdb3188086c2ff9fab9b28643
parent8eb29fda102be3bd27b04a0b2d7f53a4dfb01f62 (diff)
downloaddbus-931c9663b714d1db0e0dfcf13034e0b83450f3cf.tar.gz
NEWS for #65959
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4fec6324..96d4b0c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,10 @@
D-Bus 1.6.14 (UNRELEASED)
==
-...
+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)
D-Bus 1.6.12 (2013-06-13)
==