[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20101122.110015.183067365.davem@davemloft.net>
Date: Mon, 22 Nov 2010 11:00:15 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: alban.crequy@...labora.co.uk
Cc: eric.dumazet@...il.com, shemminger@...tta.com, gorcunov@...nvz.org,
adobriyan@...il.com, lennart@...ttering.net, kay.sievers@...y.org,
ian.molton@...labora.co.uk, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/9] AF_UNIX: create, join and leave multicast groups
with setsockopt
From: Alban Crequy <alban.crequy@...labora.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'.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists