Re: [ovs-dev] [PATCH 2/4] vtep-ctl: Remove extraneous NULL pointer check.

2015-07-16 Thread Ben Pfaff
On Wed, Jul 15, 2015 at 10:18:27PM -0700, Joe Stringer wrote: > OVS will exit if the allocations in this function fail, so this check is > pointless. > > Found by MIT STACK analyzer. > > Signed-off-by: Joe Stringer Acked-by: Ben Pfaff ___ dev mailing

[ovs-dev] [PATCH 2/4] vtep-ctl: Remove extraneous NULL pointer check.

2015-07-15 Thread Joe Stringer
OVS will exit if the allocations in this function fail, so this check is pointless. Found by MIT STACK analyzer. Signed-off-by: Joe Stringer --- vtep/vtep-ctl.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/vtep/vtep-ctl.c b/vtep/vtep-ctl.c index f065fc9..8dfd3ad