Le mercredi 06 juillet 2011 à 08:20 -0700, David Miller a écrit :
From: Eric Dumazet <redacted>
Date: Wed, 06 Jul 2011 17:18:09 +0200
quoted
[PATCH] packet: fix a leak in fanout_check_defrag()
Reported-by: Penttilä Mika <redacted>
Signed-off-by: Eric Dumazet <redacted>
Eric, see what I commited, it's much simpler than all
of this code movement you added, ala skb_share_check()
:-)
I tried to not lose the original packet and let application catch it ;)
We probably need to add some atomic_inc(&sk->sk_drops) to at least warn
the application.