[dpdk-dev] [PATCH 1/1] ip_pipeline: fix null pointer dereference

2016-06-14 Thread Thomas Monjalon
> > Return value of function app_pipeline_type_find is not checking before > > dereference. Fix this problem by adding checking condition. > > > > Coverity issue: 127196 > > Fixes: b4aee0fb9c6d ("examples/ip_pipeline: reconfigure thread binding > > dynamically") > > > > Signed-off-by: Marcin Kerl

[dpdk-dev] [PATCH 1/1] ip_pipeline: fix null pointer dereference

2016-06-13 Thread Marcin Kerlin
Return value of function app_pipeline_type_find is not checking before dereference. Fix this problem by adding checking condition. Coverity issue: 127196 Fixes: b4aee0fb9c6d ("examples/ip_pipeline: reconfigure thread binding dynamically") Signed-off-by: Marcin Kerlin --- examples/ip_pipeline/t

[dpdk-dev] [PATCH 1/1] ip_pipeline: fix null pointer dereference

2016-06-13 Thread Dumitrescu, Cristian
> -Original Message- > From: Kerlin, MarcinX > Sent: Monday, June 13, 2016 10:36 AM > To: dev at dpdk.org > Cc: Azarewicz, PiotrX T ; Dumitrescu, > Cristian > ; Kerlin, MarcinX > > Subject: [PATCH 1/1] ip_pipeline: fix null pointer dereference > > Return value of function app_pipeline_