Re: [PATCH] [IPV6]: dst_entry leak in ip4ip6_err. (resend)
From: David Miller <davem@davemloft.net> Date: 2008-02-19 04:49:32
From: "Denis V. Lunev" <redacted>
Date: Mon, 18 Feb 2008 11:59:38 +0300
The result of the ip_route_output is not assigned to skb. This means that
- it is leaked
- possible OOPS below dereferrencing skb->dst
- no ICMP message for this case
Signed-off-by: Denis V. Lunev <redacted>
This bug has been there for a few releases :-)
Applied and I'll queue this up for -stable too.
Thanks!