Actions
Feature #3311
open133: Don't call function kfree_skb twice
Start date:
07/31/2012
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
kfree_skb
function should not be called twice for the same skb buffer (thus causing a double free).
Sample commit id in linux-stable repo is 08f7de1.
Actions