diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-16 14:59:01 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-16 14:59:01 +0100 |
commit | a61cfccf3111b6753673be172b43792a68f1a044 (patch) | |
tree | d154b820e8371b49b34134b179f001da3e972922 /NEWS | |
parent | 52b6106a3336ba092b5be837b3499b2a60bc8d5f (diff) | |
parent | 3b85dfcf77dc8fe40c8ab98163725d29e1d63706 (diff) | |
download | dbus-a61cfccf3111b6753673be172b43792a68f1a044.tar.gz |
Merge branch 'dbus-1.6'
Conflicts:
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -18,6 +18,21 @@ Build-time configuration changes: assertions. It has been renamed to DBUS_DISABLE_ASSERT to be consistent with the Autotools build system. (fd.o #66142, 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. + (fd.o #69026, Chengwei Yang) + · If socket() or socketpair() fails with EINVAL or EPROTOTYPE, + for instance on Hurd or older Linux with a new glibc, try without + 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) + Dependencies: • GNU make is now (documented to be) required. (fd.o #48277, Simon McVittie) |