From: Miklos Szeredi <[EMAIL PROTECTED]> Date: Sun, 08 Oct 2006 12:53:11 +0200
> If more than one file descriptor was sent with an SCM_RIGHTS message, > and on the receiving end, after installing a nonzero (but not all) > file descritpors the process runs out of fds, then the already > installed fds will be lost (userspace will have no way of knowing > about them). > > The following patch makes sure, that at least the already installed > fds are sent to userspace. It doesn't solve the issue of losing file > descriptors in case of an EFAULT on the userspace buffer. > > Signed-off-by: Miklos Szeredi <[EMAIL PROTECTED]> Looks good. Applied, thanks Miklos. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html