commit | fe984c08e20f0fc2b4666bf8eeeb02605568387b | [log] [tgz] |
---|---|---|
author | Andy Zhou <azhou@nicira.com> | Tue May 06 17:23:48 2014 -0700 |
committer | Pravin B Shelar <pshelar@nicira.com> | Sun Jun 29 14:10:43 2014 -0700 |
tree | 671315d3508f8a202c4187062a83ab24beed0e7f | |
parent | dba63115ce0c888fcb4cdec3f8a4ba97d144afaf [diff] |
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 <azhou@nicira.com> Signed-off-by: Pravin B Shelar <pshelar@nicira.com>