Re: [dpdk-dev] [PATCH] examples/fips_validation: fix resource leak on failure

2020-10-30 Thread David Marchand
On Wed, Oct 28, 2020 at 4:53 PM Ciara Power wrote: > > The dst variable went out of scope on failure in the get_writeback_data > function. This is now freed before returning -1. > > Coverity issue: 363453 > Fixes: 952e10cdad5e ("examples/fips_validation: support scatter gather list") > Cc: roy.fan

[dpdk-dev] [PATCH] examples/fips_validation: fix resource leak on failure

2020-10-28 Thread Ciara Power
The dst variable went out of scope on failure in the get_writeback_data function. This is now freed before returning -1. Coverity issue: 363453 Fixes: 952e10cdad5e ("examples/fips_validation: support scatter gather list") Cc: roy.fan.zh...@intel.com Signed-off-by: Ciara Power --- examples/fips_