Messages in this thread |  | | | Date | Mon, 22 Nov 2010 11:00:15 -0800 (PST) | | Subject | Re: [PATCH 3/9] AF_UNIX: create, join and leave multicast groups with setsockopt | | From | David Miller <> |
| |
From: Alban Crequy <alban.crequy@collabora.co.uk> Date: Mon, 22 Nov 2010 18:36:16 +0000 > + other = unix_find_other(sock_net(sock->sk), &mreq->address, namelen, > + sock->type, hash, &err); > + if (other) > + return -EADDRINUSE;
Leaks 'other'.
|  |