From: Simon McVittie Date: Thu, 2 Aug 2018 17:50:36 +0000 (+0100) Subject: Update NEWS X-Git-Tag: dbus-1.13.6~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f02cfeb0310653146736637f413bc38b6c91027;p=thirdparty%2Fdbus.git Update NEWS --- diff --git a/NEWS b/NEWS index c39753610..b38d3d743 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,15 @@ Fixes: • Fix warning from gcc 8 about suspicious use of strncpy() when populating struct sockaddr_un (fd.o #107350, Simon McVittie) +• Fix a minor memory leak when a DBusServer listens on a new address + (fd.o #107194, Simon McVittie) + +• Fix an invalid NULL argument to rmdir() if a nonce-tcp DBusServer + runs out of memory (fd.o #107194, Simon McVittie) + +• Fix various memory leaks during unit tests + (fd.o #107194, Simon McVittie) + • Don't use misleading errno-derived error names if getaddrinfo() or getnameinfo() fails with a code other than EAI_SYSTEM (fd.o #106395, Simon McVittie)