Re: [PATCH] linux 2.9.10-rc1: Fix oops in unix_dgram_sendmsg whenusing SELinux and SOCK_SEQPACKET

From: James Morris
Date: Fri Nov 19 2004 - 02:14:59 EST


On Thu, 18 Nov 2004, Chris Wright wrote:

> > (Also now ignores any supplied address per
> > http://www.opengroup.org/onlinepubs/009695399/functions/sendto.html)
>
> Nitpick, but I missed where it said ignore the address. And it seems
> counter intuitive to provide address, only to have it ignored and
> delivered elsewhere.

For sendto():
"If the socket is connection-mode, dest_addr shall be ignored."

For sendmsg():
"If the socket is connection-mode, the destination address in msghdr
shall be ignored."

I agree that it's counter intuitive (and surely an application bug), but
some feedback I've had suggests we follow the spec.


- James
--
James Morris
<jmorris@xxxxxxxxxx>


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/