Re: [PATCH] [IPV6]: dst_entry leak in ip4ip6_err. (resend)

2008-02-18 Thread David Miller
From: "Denis V. Lunev" <[EMAIL PROTECTED]> 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 <[EMAIL

[PATCH] [IPV6]: dst_entry leak in ip4ip6_err.

2008-02-08 Thread Denis V. Lunev
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 <[EMAIL PROTECTED]> --- net/ipv6/ip6_tunnel.c |1 + 1 files changed, 1 insertions(+), 0 deletion