Re: [PATCH] linux 2.9.10-rc1: Fix oops in unix_dgram_sendmsg when using SELinux and SOCK_SEQPACKET
From: Chris Wright <hidden>
Date: 2004-11-19 07:01:22
* James Morris (jmorris@redhat.com) wrote:
On Thu, 18 Nov 2004, Alan Cox wrote:quoted
As to the other stuff I think the only change needed is to check the queued asynchronous error and report that before going on to the connected testHow about this?
The other patch is already committed, so relative diff would be needed.
(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. thanks, -chris