Re: [ovs-dev] [PATCH 1/3] ovn-controller-vtep: Fix dereference of NULL pointer.

2015-08-18 Thread Russell Bryant
On 08/17/2015 11:29 PM, Alex Wang wrote: > Found by inspection. > > Signed-off-by: Alex Wang Acked-by: Russell Bryant -- Russell Bryant ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH 1/3] ovn-controller-vtep: Fix dereference of NULL pointer.

2015-08-17 Thread Alex Wang
Found by inspection. Signed-off-by: Alex Wang --- ovn/controller-vtep/binding.c |4 1 file changed, 4 insertions(+) diff --git a/ovn/controller-vtep/binding.c b/ovn/controller-vtep/binding.c index cb7f389..652852d 100644 --- a/ovn/controller-vtep/binding.c +++ b/ovn/controller-vtep/bin