hurd: Do not take any flag from the CMSG_DATA
commit323fe6a1a9204e2126df63cb81a88831d1cdeaf5
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 24 Apr 2023 22:14:58 +0000 (25 00:14 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 24 Apr 2023 22:14:58 +0000 (25 00:14 +0200)
tree940ba059ef0a8c87f267657d76f00b9234e8708b
parent5fa8945605fc0fe8df5162e0945518c061dc5ba4
hurd: Do not take any flag from the CMSG_DATA

As fixed in 0822e3552a78 ("hurd: Don't pass FD_CLOEXEC in CMSG_DATA"),
senders currently don't have any flag to pass.  We shouldn't blindly take
random flags that senders could be erroneously giving us.
sysdeps/mach/hurd/recvmsg.c