Re: [ovs-dev] [PATCH 11/11] ovs-testcontroller: Fix possible null pointer to atoi.

2017-10-30 Thread Mark Michelson
Looks good to me On Sat, Oct 28, 2017 at 12:38 PM William Tu wrote: > Clang reports possible optarg as null passed to atoi. > Fix it by adding ovs_assert check. > > Signed-off-by: William Tu > Acked-by: Mark Michelson > --- >

[ovs-dev] [PATCH 11/11] ovs-testcontroller: Fix possible null pointer to atoi.

2017-10-28 Thread William Tu
Clang reports possible optarg as null passed to atoi. Fix it by adding ovs_assert check. Signed-off-by: William Tu --- utilities/ovs-testcontroller.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utilities/ovs-testcontroller.c b/utilities/ovs-testcontroller.c index