summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-16 14:58:24 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-16 14:58:24 +0100
commit3b85dfcf77dc8fe40c8ab98163725d29e1d63706 (patch)
tree56906a8826661e369df7dc5b64298705e0220c4b
parent61889c8c11aa60928bf5bd317c4e1f2d97b77bf1 (diff)
NEWS for 1.6.x
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2a34fef5..e41971bd 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ Fixes:
documented. Previously, it assumed its second parameter was TRUE.
(fd.o #69165, Chengwei Yang)
+• Fix a NULL pointer dereference on an unlikely error path
+ (fd.o #69327, Sviatoslav Chagaev)
+
• Unix-specific:
· If accept4() fails with EINVAL, as it can on older Linux kernels
with newer glibc, try accept() instead of going into a busy-loop.
@@ -18,6 +21,8 @@ Fixes:
SOCK_CLOEXEC. (fd.o #69073; Pino Toscano, Chengwei Yang)
· Fix a file descriptor leak on an error code path.
(fd.o #69182, Sviatoslav Chagaev)
+ · Fix compilation if writev() is unavailable (fd.o #69409,
+ Vasiliy Balyasnyy)
D-Bus 1.6.14 (2013-09-05)
==