]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix memory leak in X509_REQ
authorPetr Gotthard <petr.gotthard@centrum.cz>
Sat, 17 Apr 2021 12:58:30 +0000 (14:58 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 21 Apr 2021 07:00:20 +0000 (09:00 +0200)
commita2502862f679c82b794869ac88ed0d8ca7bc291c
treeadda679be755391e80e225ca380c30d65fc211b1
parent4e030ed45dbf56be2f09d86f76f697ae6a0c567f
Fix memory leak in X509_REQ

The propq is strdup'ed in X509_REQ_new_ex, but never freed.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14907)
crypto/x509/x_req.c