On Tue, Jul 10, 2018 at 07:46:55PM +0100, Ian Stokes wrote: > This commit fixes 'maybe-uninitialized' warnings for pointers in various > functions in ovn-nbctl when compiling with gcc 6.3.1 and -Werror. > Pointers to structs nbrec_logical_switch, nbrec_logical_switch_port, > nbrec_logical_router and nbrec_logical_router_port are now initialized > to NULL where required. > > Cc: Justin Pettit <[email protected]> > Cc: Venkata Anil <[email protected]> > Fixes: 31114af758c7 ("ovn-nbctl: Update logical router port commands.") > Fixes: 80f408f4cffb ("ovn: Use Logical_Switch_Port in NB.") > Fixes: 36f232bca2db ("ovn: l3ha, CLI for logical router port gateway > chassis") > Signed-off-by: Ian Stokes <[email protected]>
Does the following patch also fix the problem? https://patchwork.ozlabs.org/patch/942179/ _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
