Fix coverity CID #1458647 - Use after free in clean_tbuf() which uses ctx->rsa
authorShane Lontis <shane.lontis@oracle.com>
Tue, 11 Aug 2020 06:28:00 +0000 (16:28 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 24 Aug 2020 01:19:28 +0000 (11:19 +1000)
commitfdf6118b1552bc723aeba726174b14ca07b5170a
tree8911c73bd78238db72b90ed8333c2c6943e77feb
parent26c5ea8f6168bba5c0879ac7b9bc62ed4e8d469c
Fix coverity CID #1458647 - Use after free in clean_tbuf() which uses ctx->rsa

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