Fix from 1.0.0-stable.
This commit is contained in:
@@ -360,6 +360,7 @@ static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p)
|
|||||||
if (move_p)
|
if (move_p)
|
||||||
{
|
{
|
||||||
X509_NAME_delete_entry(nm, i);
|
X509_NAME_delete_entry(nm, i);
|
||||||
|
X509_NAME_ENTRY_free(ne);
|
||||||
i--;
|
i--;
|
||||||
}
|
}
|
||||||
if(!email || !(gen = GENERAL_NAME_new())) {
|
if(!email || !(gen = GENERAL_NAME_new())) {
|
||||||
|
|||||||
Reference in New Issue
Block a user