Re: [PATCH] IPv6/DCCP: Remove unused IPV6_PKTOPTIONS code

2006-09-29 Thread Arnaldo Carvalho de Melo
On 9/29/06, Gerrit Renker <[EMAIL PROTECTED]> wrote: > Coverity found what looks like a real leak in net/dccp/ipv6.c::dccp_v6_do_rcv() | otoh, it seems to me that opt_skb doesn't actually do anything and can be | removed? This is right, there is no code referencing opt_skb: compare with net

[PATCH] IPv6/DCCP: Remove unused IPV6_PKTOPTIONS code

2006-09-29 Thread Gerrit Renker
> Coverity found what looks like a real leak in > net/dccp/ipv6.c::dccp_v6_do_rcv() | otoh, it seems to me that opt_skb doesn't actually do anything and can be | removed? This is right, there is no code referencing opt_skb: compare with net/ipv6/tcp_ipv6.c. Until someone has time to add the m