From: Herbert Xu Date: Tue, 20 Jan 2009 22:06:49 +0000 (-0800) Subject: ipv6: Fix fib6_dump_table walker leak X-Git-Tag: v2.6.27.13~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c55cc941932c42eebc839feb87e2b9ff1e64a5e;p=pandora-kernel.git ipv6: Fix fib6_dump_table walker leak [ Upstream commit: 7891cc818967e186be68caac32d84bfd0a3f0bd2 ] When a fib6 table dump is prematurely ended, we won't unlink its walker from the list. This causes all sorts of grief for other users of the list later. Reported-by: Chris Caputo Signed-off-by: Herbert Xu Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed