chiark / gitweb /
tree-wide: drop MSG_NOSIGNAL flag from recvmsg() invocations
authorLennart Poettering <lennart@poettering.net>
Wed, 20 Jun 2018 11:01:51 +0000 (13:01 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
commite1114d86d9ad2b65be52e756589d94bd0c87c6ab
treec90791c752b8d5cb32725331033b2fdc57347e67
parentc7326df879ad8417f91499f737bdb48c5ead0818
tree-wide: drop MSG_NOSIGNAL flag from recvmsg() invocations

MSG_NOSIGNAL is only defined for sendmsg(), not for recvmsg(), hence
let's drop it's use, in particular as it appears to create problems on
older kernels. See:

https://lists.freedesktop.org/archives/systemd-devel/2018-June/040869.html
src/basic/socket-util.c
src/libelogind/sd-bus/bus-socket.c