Re: [ovs-dev] [PATCH] ovn-northd: Avoid null deref for missing outport in build_static_route_flow().

2017-05-30 Thread Ben Pfaff
Thanks for the review! I applied this to master, branch-2.7, and branch-2.6. On Mon, May 29, 2017 at 12:38:41PM +0200, Miguel Angel Ajo Pelayo wrote: > Acked-By: Miguel Angel Ajo > > On Sat, May 27, 2017 at 7:39 AM, Ben Pfaff wrote: > > > Found by Coverity.

Re: [ovs-dev] [PATCH] ovn-northd: Avoid null deref for missing outport in build_static_route_flow().

2017-05-29 Thread Miguel Angel Ajo Pelayo
Acked-By: Miguel Angel Ajo On Sat, May 27, 2017 at 7:39 AM, Ben Pfaff wrote: > Found by Coverity. > > Reported-at: https://scan3.coverity.com/reports.htm#v16889/p10449/ > fileInstanceId=14763080=4305186=179788 > Signed-off-by: Ben Pfaff > --- >

[ovs-dev] [PATCH] ovn-northd: Avoid null deref for missing outport in build_static_route_flow().

2017-05-26 Thread Ben Pfaff
Found by Coverity. Reported-at: https://scan3.coverity.com/reports.htm#v16889/p10449/fileInstanceId=14763080=4305186=179788 Signed-off-by: Ben Pfaff --- ovn/northd/ovn-northd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovn/northd/ovn-northd.c