summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-10-19 16:37:34 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-10-19 16:37:34 +0100
commitda0737e389a7086ff8f441468f0ebb03649e19d7 (patch)
treef8010ad1315f08d680d5a0a46eb80346a18c26d5
parent7ee5f2b53a97d3b681f50748a00d10a2834231ed (diff)
downloaddbus-da0737e389a7086ff8f441468f0ebb03649e19d7.tar.gz
NEWS
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ecde5095..0e3c4d1f 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)