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
> 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