]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix coverity CID #1458641 - Dereference before NULL check when setting ctx->flag_allo...
authorShane Lontis <shane.lontis@oracle.com>
Tue, 11 Aug 2020 06:50:10 +0000 (16:50 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 24 Aug 2020 01:19:28 +0000 (11:19 +1000)
commitdb1319b706b8f3b0d8d05d766da720812afc28c6
treeed7c271290c587e70d04212882aadb0f803e34b4
parentfa519461c96c8d5c4652cd0decc5dd62d7d13629
Fix coverity CID #1458641 - Dereference before NULL check when setting ctx->flag_allow_md in rsa.c

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12628)
providers/implementations/signature/rsa.c