From: Simon McVittie Date: Tue, 11 Oct 2022 13:19:11 +0000 (+0100) Subject: Update NEWS X-Git-Tag: dbus-1.15.4~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b9d64023bf61f4383b30f1851f231a65c95bf3f;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 40b10b462..15c119f0e 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,11 @@ Fixes: but is technically undefined behaviour and is detected as such by AddressSanitizer. (dbus!357, Evgeny Vereshchagin) +• If dbus_message_demarshal() runs out of memory while validating a message, + report it as NoMemory rather than InvalidArgs (dbus#420, Simon McVittie) + +• Correct syntax of some SPDX license markers (dbus!360, Ralf Habacker) + • Meson build fixes: · Fix build on macOS, and any other platform that has CLOCK_MONOTONIC but not pthread_condattr_setclock()