mbox series

[v1,0/2] fips validation app fixes

Message ID 20210812142436.108053-1-ciara.power@intel.com (mailing list archive)
Headers
Series fips validation app fixes |

Message

Power, Ciara Aug. 12, 2021, 2:24 p.m. UTC
  Included are patches with small fixes for unnecessary memory allocation,
and incomplete resetting of a pointer.

Ciara Power (2):
  examples/fips_validation: fix unused malloc
  examples/fips_validation: fix resetting pointer

 examples/fips_validation/main.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
  

Comments

Akhil Goyal Oct. 5, 2021, 8:17 a.m. UTC | #1
> Included are patches with small fixes for unnecessary memory allocation,
> and incomplete resetting of a pointer.
> 
> Ciara Power (2):
>   examples/fips_validation: fix unused malloc
>   examples/fips_validation: fix resetting pointer
> 
>  examples/fips_validation/main.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
Series Applied to dpdk-next-crypto

Thanks.