numam-dpdk/drivers/crypto
Anoob Joseph accf8ca7b0 crypto/octeontx: fix null pointer dereferencing
The function otx_cpt_get_resource() would be setting the pointer
'instance'. In case of error, 'instance' would be set to NULL, and
returns rte_errno. If rte_errno when 'instance' is set to NULL, it can
lead to NULL pointer dereferencing.

Coverity Issue: 323486, 323489
Fixes: bfe2ae495e ("crypto/octeontx: add PMD skeleton")
Fixes: 0961348fdf ("crypto/octeontx: add queue pair functions")

Signed-off-by: Anoob Joseph <anoob.joseph@caviumnetworks.com>
2018-11-14 04:32:48 +01:00
..
aesni_gcm crypto/aesni_gcm: enable meson build 2018-10-17 12:20:06 +02:00
aesni_mb crypto/aesni_mb: fix queue pair free 2018-11-12 13:41:58 +01:00
armv8 cryptodev: rename PMD symmetric session API 2018-07-11 03:57:24 +02:00
caam_jr crypto/caam_jr: fix check before job ring freeing 2018-11-02 12:26:06 +01:00
ccp crypto/ccp: fix resource leak 2018-11-12 13:41:48 +01:00
dpaa2_sec add missing static keyword to globals 2018-10-29 02:01:08 +01:00
dpaa_sec add missing static keyword to globals 2018-10-29 02:01:08 +01:00
kasumi crypto/kasumi: enable meson build 2018-10-17 12:20:06 +02:00
mvsam crypto/mvsam: add dynamic logging 2018-10-17 12:16:54 +02:00
null add missing static keyword to globals 2018-10-29 02:01:08 +01:00
octeontx crypto/octeontx: fix null pointer dereferencing 2018-11-14 04:32:48 +01:00
openssl crypto/openssl: fix RSA verify operation 2018-11-02 12:25:39 +01:00
qat common/qat: support GEN3 devices 2018-10-17 12:23:40 +02:00
scheduler crypto/scheduler: fix build with gcc 8.2 2018-11-04 22:25:20 +01:00
snow3g remove useless constructor headers 2018-07-12 00:00:35 +02:00
virtio crypto/virtio: fix memory leak 2018-07-24 01:48:10 +02:00
zuc crypto/zuc: enable meson build 2018-10-17 12:20:06 +02:00
Makefile drivers: fix build if security lib disabled 2018-10-24 22:39:25 +02:00
meson.build crypto/caam_jr: introduce basic driver 2018-10-17 12:23:40 +02:00