From: Simon McVittie Date: Mon, 3 Dec 2018 16:31:07 +0000 (+0000) Subject: Update NEWS X-Git-Tag: dbus-1.13.8~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1dd31d32a0196b4e1ac4c91ffebd6d9067f0c67f;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 6cbd5d7b8..12fbcce1f 100644 --- a/NEWS +++ b/NEWS @@ -68,6 +68,15 @@ Enhancements: Fixes: +• Stop the dbus-daemon leaking memory (an error message) if delivering + the message that triggered auto-activation is forbidden. This is + technically a denial of service because the dbus-daemon will + run out of memory eventually, but it's a very slow and noisy one, + because all the rejected messages are also very likely to have + been logged to the system log, and its scope is typically limited by + the finite number of activatable services available. + (dbus#234, 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)