[ovs-git] Open vSwitch: ofproto-dpif-xlate: Fix null pointer dereference (branch-2.1)

dev at openvswitch.org dev at openvswitch.org
Wed May 14 18:05:15 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-2.1 has been updated
       via  6c7ef7c82e1ca0993ae6c7d5c8bc27a4daf63480 (commit)
      from  f067987973facf28916a2f5ee48bf02ce5938bf8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6c7ef7c82e1ca0993ae6c7d5c8bc27a4daf63480
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=6c7ef7c82e1ca0993ae6c7d5c8bc27a4daf63480
Author: Anoob Soman <anoob.soman at citrix.com>
		
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 at citrix.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 AUTHORS                      |    1 +
 ofproto/ofproto-dpif-xlate.c |    5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list