summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2016-11-11 19:47:40 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-11-11 19:47:40 +0000
commit2ebcebf2e52266e99baee4c4d9d9a54ff6c12feb (patch)
treeb1384744112e2dcae4d93fe430ab7773925a1edc /NEWS
parentd5fae1db789d741295ca4746b84915d4bec591fd (diff)
downloaddbus-2ebcebf2e52266e99baee4c4d9d9a54ff6c12feb.tar.gz
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index adcfef47..f2f347c9 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,20 @@ Enhancements:
• Fix and enable a lot of compiler warnings to improve future code
quality. This might incidentally also fix some environment variable
accesses on OS X.
- (fd.o #97357, fd.o #98192, fd.o #98195; Thomas Zimmermann, Simon McVittie)
+ (fd.o #97357, fd.o #98192, fd.o #98195, fd.o #98658;
+ Thomas Zimmermann, Simon McVittie)
+
+Fixes:
+
+• Work around an undesired effect of the fix for CVE-2014-3637
+ (fd.o #80559), in which processes that frequently send fds, such as
+ logind during a flood of new PAM sessions, can get disconnected for
+ continuously having at least one fd "in flight" for too long;
+ dbus-daemon interprets that as a potential denial of service attack.
+ The workaround is to disable that check for uid 0 process such as
+ logind, with a message in the system log. The bug remains open while
+ we look for a more general solution.
+ (fd.o #95263, LP#1591411; Simon McVittie)
D-Bus 1.11.6 (2016-10-10)
==