]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
NEWS
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 12 Jun 2013 18:01:07 +0000 (19:01 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 12 Jun 2013 18:01:07 +0000 (19:01 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 5491e6635f2c6cf1be0e34ac9dd4b2210f358078..a8d66a662101c5dce5fc3cd2d49337bb00a77822 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,9 @@ Other fixes:
   (fd.o #60853, Chengwei Yang)
 
 • Unix-specific:
+  · Fix a crash similar to CVE-2013-2168 the first time we try to use syslog
+    on a platform not defining LOG_PERROR, such as Solaris or QNX.
+    This regressed in 1.7.0. (Simon)
   · Fix an assertion failure if we try to activate systemd services before
     systemd connects to the bus (fd.o #50199, Chengwei Yang)
   · Avoid compiler warnings for ignoring the return from write()