]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update NEWS
authorSimon McVittie <smcv@collabora.com>
Thu, 30 Aug 2018 16:36:54 +0000 (17:36 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 30 Aug 2018 16:36:54 +0000 (17:36 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 6c9f0904a1e8ccaabe458f94005f2800baee5b4e..699857b214c486c58ba2d7a956cb3977ac47945d 100644 (file)
--- 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)