datapath: Fix recirc bug where skb is double freed.
authorAndy Zhou <azhou@nicira.com>
Mon, 25 Aug 2014 22:18:19 +0000 (15:18 -0700)
committerAndy Zhou <azhou@nicira.com>
Wed, 27 Aug 2014 00:27:01 +0000 (17:27 -0700)
commit867e37ba00091b3e319c4c47c1598f1ae84dd32e
treeb2e05b7ff2b9d7ca2a98a69cf12c095f788144c1
parent3c30d1118e2e28cad795f342c984acb5e89431d7
datapath: Fix recirc bug where skb is double freed.

If recirc action is the last action of a action list, the SKB triggers
the recirc will be freed twice. This patch fixes this bug.

Reported-by: Justin Pettit <jpettit@nicira.com>
Signed-off-by: Andy Zhou <azhou@nicira.com>
datapath/actions.c