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 5491e66..a8d66a6 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()