4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-09 02:29:07 +08:00

Cygwin: AF_UNIX: sendmsg: add FIXME comment

This commit is contained in:
Ken Brown 2020-10-24 09:37:51 -04:00
parent f85a03882e
commit 408636b186

View File

@ -2521,6 +2521,9 @@ fhandler_socket_unix::create_cmsg_data (af_unix_pkt_hdr_t *packet,
return true;
}
/* FIXME: If peer has set so_passcred, every packet we send should
contain SCM_CREDENTIALS ancillary data.
https://man7.org/linux/man-pages/man7/unix.7.html */
ssize_t
fhandler_socket_unix::sendmsg (const struct msghdr *msg, int flags)
{