Re: [ovs-dev] [PATCH v2] ovn-controller: Fix potential null pointer dereferences.

2016-07-22 Thread Ben Pfaff
On Thu, Jul 21, 2016 at 01:38:37PM -0700, Andy Zhou wrote: > On Wed, Jul 20, 2016 at 9:46 PM, Ben Pfaff wrote: > > > Found by inspection. > > > > Signed-off-by: Ben Pfaff > > --- > > v1->v2: Found another one to fix. > > Looks good. > Acked-by: Andy Zhou

Re: [ovs-dev] [PATCH v2] ovn-controller: Fix potential null pointer dereferences.

2016-07-21 Thread Andy Zhou
On Wed, Jul 20, 2016 at 9:46 PM, Ben Pfaff wrote: > Found by inspection. > > Signed-off-by: Ben Pfaff > --- > v1->v2: Found another one to fix. Looks good. Acked-by: Andy Zhou ___ dev mailing list

[ovs-dev] [PATCH v2] ovn-controller: Fix potential null pointer dereferences.

2016-07-20 Thread Ben Pfaff
Found by inspection. Signed-off-by: Ben Pfaff --- v1->v2: Found another one to fix. ovn/controller/encaps.c | 11 --- ovn/controller/patch.c | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ovn/controller/encaps.c b/ovn/controller/encaps.c index