From: Andy Zhou Date: Wed, 7 May 2014 00:23:48 +0000 (-0700) Subject: openvswitch: Fix a double free bug for the sample action X-Git-Tag: omap-for-v3.17/fixes-against-rc2~289^2~39^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe984c08e20f0fc2b4666bf8eeeb02605568387b;p=pandora-kernel.git openvswitch: Fix a double free bug for the sample action When sample action returns with an error, the skb has already been freed. This patch fix a bug to make sure we don't free it again. This bug introduced by commit ccb1352e76cff05 (net: Add Open vSwitch kernel components.) Signed-off-by: Andy Zhou Signed-off-by: Pravin B Shelar --- Reading git-diff-tree failed