[ovs-dev] [PATCH 1/1] ofproto-dpif-xlate: Fix null pointer dereference

Ben Pfaff blp at nicira.com
Wed May 14 17:18:12 UTC 2014


On Wed, May 14, 2014 at 02:32:16PM +0100, Anoob Soman wrote:
> 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>

Wow, a bug fix that only deletes code.  That's awesome.  Thank you!

I applied this to master, branch-2.2, and branch-2.1.



More information about the dev mailing list