lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 14 May 2015 22:26:24 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	ying.xue@...driver.com
Cc:	netdev@...r.kernel.org, eric.dumazet@...il.com, jiri@...nulli.us,
	sfeldma@...il.com
Subject: Re: [PATCH net-next v2] rocker: fix a neigh entry leak issue

From: Ying Xue <ying.xue@...driver.com>
Date: Fri, 15 May 2015 09:33:25 +0800

> Once we get a neighbour through looking up arp cache or creating a
> new one in rocker_port_ipv4_resolve(), the neighbour's refcount is
> already taken. But as we don't put the refcount again after it's
> used, this makes the neighbour entry leaked.
> 
> Suggested-by: Eric Dumazet <edumazet@...gle.com>
> Acked-by: Jiri Pirko <jiri@...nulli.us>
> Signed-off-by: Ying Xue <ying.xue@...driver.com>
> ---
> v2:
>   Add the checking of return value of neigh_create() with IS_ERR()
>   to avoid another crash, which is suggested by Eric Dumazet.

Doesn't this leak exist in the 'net' tree?

If so, why are you targetting such a bug fix for 'net-next'?
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ