[ovs-dev] [PATCH] bridge: Fix a segmentation fault in bridge_init_ofproto().

Ben Pfaff blp at nicira.com
Tue Nov 6 04:02:49 UTC 2012


On Mon, Nov 05, 2012 at 07:03:13PM -0800, Ethan Jackson wrote:
> When the database is initially created there may no be columns in
> the Open_vSwitch table.  In this case, the ovsrec_open_vswitch
> passed to bridge_init_ofproto() is NULL and causes a segmentation
> fault.

Surely you mean no rows, not no columns.  But the patch looks good to
me.



More information about the dev mailing list