From ed9719dbe383bd56ed6caaf189ab4bb4f72326ae Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 30 Aug 2018 17:34:45 +0100 Subject: Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.2.1