diff options
author | Karol Przybylski <karprzy7@gmail.com> | 2024-11-10 19:50:58 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-11-15 12:52:51 +0100 |
commit | 4223414efeae3a8efb4da1e9c9c52a1a44c1c5bf (patch) | |
tree | dfa8d7c0407e6654510850ba9370a5b5c705c598 /crypto | |
parent | crypto: cavium - Fix an error handling path in cpt_ucode_load_fw() (diff) | |
download | linux-4223414efeae3a8efb4da1e9c9c52a1a44c1c5bf.tar.xz linux-4223414efeae3a8efb4da1e9c9c52a1a44c1c5bf.zip |
crypto: marvell/cesa - fix uninit value for struct mv_cesa_op_ctx
In cesa/cipher.c most declarations of struct mv_cesa_op_ctx are uninitialized.
This causes one of the values in the struct to be left unitialized in later
usages.
This patch fixes it by adding initializations in the same way it is done in
cesa/hash.c.
Fixes errors discovered in coverity: 1600942, 1600939, 1600935, 1600934, 1600929, 1600927,
1600925, 1600921, 1600920, 1600919, 1600915, 1600914
Signed-off-by: Karol Przybylski <karprzy7@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions