On Fri, Apr 29, 2011 at 10:07 AM, Ben Pfaff <[email protected]> wrote:
> In odp_flow_cmd_new_or_set(), if flow_actions_alloc() fails in the "new
> flow" case, then flow_put() will kfree() the new flow's 'sf_acts' pointer,
> but nothing has initialized that pointer.  Initialize the pointer to NULL
> to avoid the problem.
>
> Found by inspection.
>
> Signed-off-by: Ben Pfaff <[email protected]>

Acked-by: Jesse Gross <[email protected]>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to