Free memory in failure case.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21139 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -362,6 +362,7 @@ rsa_create_signature(hx509_context context,
|
|||||||
sig->length = RSA_size(signer->private_key.rsa);
|
sig->length = RSA_size(signer->private_key.rsa);
|
||||||
sig->data = malloc(sig->length);
|
sig->data = malloc(sig->length);
|
||||||
if (sig->data == NULL) {
|
if (sig->data == NULL) {
|
||||||
|
der_free_octet_string(&indata);
|
||||||
hx509_set_error_string(context, 0, ENOMEM, "out of memory");
|
hx509_set_error_string(context, 0, ENOMEM, "out of memory");
|
||||||
return ENOMEM;
|
return ENOMEM;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user