From: Patrick McHardy Date: Mon, 13 Mar 2006 04:33:22 +0000 (-0800) Subject: [NET_SCHED]: act_api: fix skb leak in error path X-Git-Tag: v2.6.16~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6e57464df7ba0e91a23b0854adb56852dcd58a7;p=pandora-kernel.git [NET_SCHED]: act_api: fix skb leak in error path The skb is allocated by the function, so it needs to be freed instead of trimmed on overrun. Coverity #614 Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed