diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-16 14:58:24 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-16 14:58:24 +0100 |
commit | 3b85dfcf77dc8fe40c8ab98163725d29e1d63706 (patch) | |
tree | 56906a8826661e369df7dc5b64298705e0220c4b /NEWS | |
parent | 61889c8c11aa60928bf5bd317c4e1f2d97b77bf1 (diff) | |
download | dbus-3b85dfcf77dc8fe40c8ab98163725d29e1d63706.tar.gz |
NEWS for 1.6.x
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) == |