[dpdk-dev] [PATCH] test: Remove NULL snprintf tests in cmdline unit test

2014-07-02 Thread Thomas Monjalon
> > Cmdline unit test calls several functions that use snprintf, > > with NULL pointer as the destination buffer. This patch > > eliminates these NULL pointer tests. > > > > Signed-off-by: Pablo de Lara > > Acked-by: Olivier Matz Applied for version 1.7.0. Thanks -- Thomas

[dpdk-dev] [PATCH] test: Remove NULL snprintf tests in cmdline unit test

2014-07-01 Thread Cao, Waterman
Tested-by: Waterman Cao This patch updated Cmdline unit test, and is ready to integrate into DPDK.org.

[dpdk-dev] [PATCH] test: Remove NULL snprintf tests in cmdline unit test

2014-06-30 Thread Olivier MATZ
Hello Pablo, On 06/30/2014 12:52 PM, Pablo de Lara wrote: > From: Pablo de Lara > > Cmdline unit test calls several functions that use snprintf, > with NULL pointer as the destination buffer. This patch > eliminates these NULL pointer tests. > > Signed-off-by: Pablo de Lara Acked-by: Olivier Ma

[dpdk-dev] [PATCH] test: Remove NULL snprintf tests in cmdline unit test

2014-06-30 Thread Pablo de Lara
From: Pablo de Lara Cmdline unit test calls several functions that use snprintf, with NULL pointer as the destination buffer. This patch eliminates these NULL pointer tests. Signed-off-by: Pablo de Lara --- app/test/test_cmdline_etheraddr.c |7 --- app/test/test_cmdline_num.c |