[dpdk-dev] [PATCH] test: fix missing NULL pointer checks

2015-01-26 Thread Thomas Monjalon
Ping. What next for this patch? 2014-12-18 22:05, Thomas Monjalon: > 2014-12-18 09:41, Daniel Mrzyglod: > > In test_sched, we are missing NULL pointer checks after calls to create the > > mempool and to allocate an mbuf. Add in these checks using VERIFY macros. > > > > Signed-off-by: Daniel Mrzy

[dpdk-dev] [PATCH] test: fix missing NULL pointer checks

2014-12-18 Thread Thomas Monjalon
2014-12-18 09:41, Daniel Mrzyglod: > In test_sched, we are missing NULL pointer checks after calls to create the > mempool and to allocate an mbuf. Add in these checks using VERIFY macros. > > Signed-off-by: Daniel Mrzyglod > --- > app/test/test_sched.c | 2 ++ > 1 file changed, 2 insertions(+)

[dpdk-dev] [PATCH] test: fix missing NULL pointer checks

2014-12-18 Thread Neil Horman
On Thu, Dec 18, 2014 at 09:41:47AM +, Daniel Mrzyglod wrote: > In test_sched, we are missing NULL pointer checks after calls to create the > mempool and to allocate an mbuf. Add in these checks using VERIFY macros. > > Signed-off-by: Daniel Mrzyglod > --- > app/test/test_sched.c | 2 ++ > 1

[dpdk-dev] [PATCH] test: fix missing NULL pointer checks

2014-12-18 Thread Daniel Mrzyglod
In test_sched, we are missing NULL pointer checks after calls to create the mempool and to allocate an mbuf. Add in these checks using VERIFY macros. Signed-off-by: Daniel Mrzyglod --- app/test/test_sched.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/test/test_sched.c b/app/test/t