Re: [ovs-dev] [PATCH] encaps: Fix potential null pointer dereferences.

2016-07-20 Thread Ben Pfaff
On Wed, Jul 20, 2016 at 02:55:19PM -0700, Ben Pfaff wrote: > Found by inspection. > > Signed-off-by: Ben Pfaff I found another one, in patch.c, so I sent a v2: http://openvswitch.org/pipermail/dev/2016-July/075785.html ___ dev

[ovs-dev] [PATCH] encaps: Fix potential null pointer dereferences.

2016-07-20 Thread Ben Pfaff
Found by inspection. Signed-off-by: Ben Pfaff --- ovn/controller/encaps.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ovn/controller/encaps.c b/ovn/controller/encaps.c index 03ec732..977cc3a 100644 --- a/ovn/controller/encaps.c +++