summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-08-30 17:36:54 +0100
committerSimon McVittie <smcv@collabora.com>2018-08-30 17:36:54 +0100
commitad1e5fe6f42aac4a56944fc39e9c12dc19e3bdf3 (patch)
tree15c37e9a81d032cae6bcf2066b3c37cf5d3d7c7d
parent2fe4efccf35bd573b91d56ebe6c803801c37b82e (diff)
downloaddbus-ad1e5fe6f42aac4a56944fc39e9c12dc19e3bdf3.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6c9f0904..699857b2 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ Fixes:
the system bus or leak interesting information in practice.
(fd.o #107332, Simon McVittie)
+• 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 build with gcc 8 -Werror=cast-function-type
(fd.o #107349, Simon McVittie)