WSL2-Linux-Kernel/drivers/crypto/marvell/octeontx
Colin Ian King 755bddd1e4 crypto: marvell/octeontx - fix double free of ptr
Currently in the case where eq->src != req->ds, the allocation of
ptr is kfree'd at the end of the code block. However later on in
the case where enc is not null any of the error return paths that
return via the error handling return path end up performing an
erroneous second kfree of ptr.

Fix this by adding an error exit label error_free and only jump to
this when ptr needs kfree'ing thus avoiding the double free issue.

Addresses-Coverity: ("Double free")
Fixes: 10b4f09491 ("crypto: marvell - add the Virtual Function driver for CPT")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-04-03 15:37:26 +11:00
..
Makefile
otx_cpt_common.h
otx_cpt_hw_types.h
otx_cptpf.h
otx_cptpf_main.c
otx_cptpf_mbox.c
otx_cptpf_ucode.c
otx_cptpf_ucode.h
otx_cptvf.h
otx_cptvf_algs.c crypto: marvell/octeontx - fix double free of ptr 2020-04-03 15:37:26 +11:00
otx_cptvf_algs.h
otx_cptvf_main.c
otx_cptvf_mbox.c
otx_cptvf_reqmgr.c
otx_cptvf_reqmgr.h