From: Simon McVittie Date: Mon, 19 Oct 2015 15:37:34 +0000 (+0100) Subject: NEWS X-Git-Tag: dbus-1.10.2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da0737e389a7086ff8f441468f0ebb03649e19d7;p=thirdparty%2Fdbus.git NEWS --- diff --git a/NEWS b/NEWS index ecde50957..0e3c4d1ff 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,11 @@ Fixes: would get the correct reply, but the rest would time out. We now send the same error reply to each attempt. (fd.o #92200, Simon McVittie) +• If BecomeMonitor is called with a syntactically invalid match rule, + don't crash with an assertion failure, fixing a regression in 1.9.10. + This was not exploitable as a denial of service, because the check + for a privileged user is done first. (fd.o #92298, Simon McVittie) + • On Windows, fix the logic for replacing the installation prefix in service files' Exec lines (fd.o #83539; Milan Crha, Simon McVittie)