numam-dpdk/drivers/crypto/caam_jr
Pallantla Poornima a1e8241a91 drivers: fix sprintf with snprintf
sprintf function is not secure as it doesn't check the length of string.
More secure function snprintf is used

Fixes: 828d51d8fc ("bus/fslmc: refactor scan and probe functions")
Fixes: c22fab9a6c ("raw/dpaa2_qdma: support configuration APIs")
Fixes: e5cbdfc537 ("crypto/dpaa2_sec: add basic operations")
Fixes: b23d4e898a ("crypto/dpaa2_sec: add per dev mempool to store FLE")
Fixes: 623326dded ("crypto/dpaa2_sec: introduce poll mode driver")
Fixes: e7a45f3cc2 ("crypto/caam_jr: add UIO specific operations")
Fixes: f44bccadd8 ("crypto/caam_jr: add device basic operations")
Fixes: 7e3e2954e0 ("crypto/dpaa_sec: move mempool allocation to config")
Fixes: c3e85bdcc6 ("crypto/dpaa_sec: add crypto driver for NXP DPAA platform")
Cc: stable@dpdk.org

Signed-off-by: Pallantla Poornima <pallantlax.poornima@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
2019-01-14 23:27:27 +01: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 crypto/caam_jr: add routines to configure HW 2018-10-17 12:23:40 +02:00
caam_jr_hw.c crypto/caam_jr: add UIO specific operations 2018-10-17 12:23:40 +02:00
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 drivers: fix sprintf with snprintf 2019-01-14 23:27:27 +01:00
caam_jr.c drivers: fix sprintf with snprintf 2019-01-14 23:27:27 +01:00
Makefile crypto/caam_jr: add device cababilities 2018-10-17 12:23:40 +02:00
meson.build crypto/caam_jr: add device cababilities 2018-10-17 12:23:40 +02:00
rte_pmd_caam_jr_version.map