numam-dpdk/drivers/crypto/caam_jr
Gagandeep Singh c761bffe0b crypto/caam_jr: fix memory leak and illegal access
Opendir() returns allocated storage which must be freed at the
end of function or in case any return on error. so freeing the
allocation using closedir in an error case.

Coverity issue: 323507
Coverity issue: 325880
Fixes: e7a45f3cc2 ("crypto/caam_jr: add UIO specific operations")
Cc: stable@dpdk.org

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
2019-04-18 16:01:28 +02:00
..
caam_jr_capabilities.c crypto/caam_jr: add device cababilities 2018-10-17 12:23:40 +02:00
caam_jr_capabilities.h crypto/caam_jr: add device cababilities 2018-10-17 12:23:40 +02:00
caam_jr_config.h crypto/caam_jr: fix type redefinition 2018-10-24 22:47:01 +02:00
caam_jr_desc.h crypto/caam_jr: add enqueue/dequeue operations 2018-10-17 12:23:40 +02:00
caam_jr_hw_specific.h
caam_jr_hw.c
caam_jr_log.h
caam_jr_pvt.h crypto/caam_jr: add security offload 2018-10-17 12:23:40 +02:00
caam_jr_uio.c crypto/caam_jr: fix memory leak and illegal access 2019-04-18 16:01:28 +02:00
caam_jr.c crypto/caam_jr: fix total length in auth only s/g 2019-04-18 16:01:28 +02:00
Makefile drivers: remove Linux EAL from include path 2019-04-04 22:06:16 +02:00
meson.build build: increase readability via shortcut variables 2019-04-17 18:09:52 +02:00
rte_pmd_caam_jr_version.map