summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-08-30 17:34:45 +0100
committerSimon McVittie <smcv@collabora.com>2018-08-30 17:34:45 +0100
commited9719dbe383bd56ed6caaf189ab4bb4f72326ae (patch)
tree24e1a361fe7e9ab69579b2646c3e762b892ea808
parent4a0867a8fc2db6a23dba68667d0e6010e3082fe8 (diff)
downloaddbus-ed9719dbe383bd56ed6caaf189ab4bb4f72326ae.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 57f434f6..5d8c419b 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ dbus 1.12.12 (UNRELEASED)
Fixes:
+• Remove __attribute__((__malloc__)) attribute on dbus_realloc(),
+ which does not meet the criteria for that attribute in gcc 4.7+,
+ potentially leading to miscompilation (fd.o #107741, Simon McVittie)
+
• Fix some small O(1) memory leaks (fd.o #107320, Simon McVittie)
dbus 1.12.10 (2018-08-02)