Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix use of uninitialized field

2018-07-18 Thread Iremonger, Bernard
t; Subject: [dpdk-dev] [PATCH 1/2] app/testpmd: fix use of uninitialized field > > print_err_msg uses message field that may be not initialized causing > segmentation fault. > > Fixes: 12f76f5247e2 ("app/testpmd: add command to resume a TM node") > Cc: t...@semihalf.com >

[dpdk-dev] [PATCH 1/2] app/testpmd: fix use of uninitialized field

2018-07-10 Thread Krzysztof Kanas
print_err_msg uses message field that may be not initialized causing segmentation fault. Fixes: 12f76f5247e2 ("app/testpmd: add command to resume a TM node") Cc: t...@semihalf.com Signed-off-by: Krzysztof Kanas --- app/test-pmd/cmdline_tm.c | 19 +++ 1 file changed, 19 insertion