Re: [ovs-dev] [PATCH] ovn-northd: add chassis nonull check

2017-09-21 Thread Miguel Angel Ajo Pelayo
Thank you, that was my doing, thanks for finding and fixing!! On Tue, Sep 19, 2017 at 8:07 PM, Russell Bryant wrote: > On Tue, Sep 19, 2017 at 5:49 AM, wrote: > > op->sb->gateway_chassis[0]->chassis may null in some special cases, need > > to add a check to avoid segment fault. > > > > Signed-

Re: [ovs-dev] [PATCH] ovn-northd: add chassis nonull check

2017-09-19 Thread Russell Bryant
On Tue, Sep 19, 2017 at 5:49 AM, wrote: > op->sb->gateway_chassis[0]->chassis may null in some special cases, need > to add a check to avoid segment fault. > > Signed-off-by: wang qianyu Thanks! I applied this to master and branch-2.8. It looks like the patch was sent with a regular mail clie

[ovs-dev] [PATCH] ovn-northd: add chassis nonull check

2017-09-19 Thread wang . qianyu
op->sb->gateway_chassis[0]->chassis may null in some special cases, need to add a check to avoid segment fault. Signed-off-by: wang qianyu --- ovn/northd/ovn-northd.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c inde