openvswitch: Add skb_clone NULL check for the sampling action.
authorAndy Zhou <azhou@nicira.com>
Thu, 17 Jul 2014 22:17:54 +0000 (15:17 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Thu, 24 Jul 2014 16:37:22 +0000 (09:37 -0700)
commitd9e0ecb81417c34ef8c02a6880d23c362300cda0
treede97db2013ec2a68fe663d855f067572bff9fa82
parent651887b0c22cffcfce7eb9c29ee23ffb105bdb0b
openvswitch: Add skb_clone NULL check for the sampling action.

Fix a bug where skb_clone() NULL check is missing in sample action
implementation.

Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
net/openvswitch/actions.c