Re: [patch net-next-2.6 v2] skbuff: fix error handling in pskb_copy()
From: Eric Dumazet <hidden>
Date: 2011-07-20 08:59:55
Also in:
kernel-janitors
From: Eric Dumazet <hidden>
Date: 2011-07-20 08:59:55
Also in:
kernel-janitors
Le mercredi 20 juillet 2011 à 11:51 +0300, Dan Carpenter a écrit :
There are two problems: 1) "n" was allocated with alloc_skb() so we should free it with kfree_skb() instead of regular kfree(). 2) We return the freed pointer instead of NULL. Signed-off-by: Dan Carpenter <redacted>
Thanks Dan Reviewed-by: Eric Dumazet <redacted>