]> git.ipfire.org Git - thirdparty/openssl.git/commit
cmp_genm.c: Remove superfluous store_ctx != 0 check
authorTomas Mraz <tomas@openssl.org>
Wed, 16 Aug 2023 14:18:59 +0000 (16:18 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 18 Aug 2023 13:06:18 +0000 (15:06 +0200)
commit2b2eedfdd614e4c5e2104acf44da0bcdd5b90ade
tree87851ea3fd1421dbfa34605eb28c2d5a18010093
parent8b940b69457f0dd43496c16afaa01f510f0d8a19
cmp_genm.c: Remove superfluous store_ctx != 0 check

This really cannot be ever called with NULL store_ctx
and the check confuses Coverity.

Fixes Coverity 1538865

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21755)
crypto/cmp/cmp_genm.c