ofproto-dpif-xlate: Fix null pointer dereference
authorAnoob Soman <anoob.soman@citrix.com>
Wed, 14 May 2014 13:32:16 +0000 (14:32 +0100)
committerBen Pfaff <blp@nicira.com>
Wed, 14 May 2014 17:16:46 +0000 (10:16 -0700)
commit6c7ef7c82e1ca0993ae6c7d5c8bc27a4daf63480
tree817ee2053a5841ac88d60b4d0d6e9ebd14b1585e
parentf067987973facf28916a2f5ee48bf02ce5938bf8
ofproto-dpif-xlate: Fix null pointer dereference

actions (in xlate_actions__) would be NULL when xlate_actions()
is called from packet_out()->ofproto_dpif_execute_actions().
This causes a NULL pointer to be dereferenced when
ctx.xbridge->netflow is set.

Signed-off-by: Anoob Soman <anoob.soman@citrix.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
ofproto/ofproto-dpif-xlate.c