[dpdk-dev] [PATCH] crypto/dpaa2_sec: fix the incorrect free usage for dpsec

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Wed Jul 12 16:46:07 CEST 2017



> -----Original Message-----
> From: Akhil Goyal [mailto:akhil.goyal at nxp.com]
> Sent: Wednesday, July 12, 2017 1:35 PM
> To: dev at dpdk.org
> Cc: hemant.agrawal at nxp.com; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at intel.com>; Doherty, Declan
> <declan.doherty at intel.com>; Akhil Goyal <akhil.goyal at nxp.com>
> Subject: [PATCH] crypto/dpaa2_sec: fix the incorrect free usage for dpsec
> 
> dpseci is allocated using rte_calloc() but it is freed using free(). Fixing it to
> use rte_free()
> 
> Fixes: e5cbdfc53765 ("crypto/dpaa2_sec: add basic operations")
> 
> Signed-off-by: Akhil Goyal <akhil.goyal at nxp.com>

Added Cc: stable at dpdk.org

Applied to dpdk-next-crypto.
Thanks,

Pablo


More information about the dev mailing list