Re: [dpdk-dev] [PATCH 2/5] telemetry: fix error checking for strchr function

2020-05-18 Thread Laatz, Kevin
On 12/05/2020 16:28, Ciara Power wrote: The strchr function return was not being checked which could lead to NULL deferencing later in the function. Coverity issue: 358438 Coverity issue: 358445 Fixes: b80fe1805eee ("telemetry: introduce backward compatibility") Cc: ciara.po...@intel.com Signed

[dpdk-dev] [PATCH 2/5] telemetry: fix error checking for strchr function

2020-05-12 Thread Ciara Power
The strchr function return was not being checked which could lead to NULL deferencing later in the function. Coverity issue: 358438 Coverity issue: 358445 Fixes: b80fe1805eee ("telemetry: introduce backward compatibility") Cc: ciara.po...@intel.com Signed-off-by: Ciara Power --- lib/librte_tele