[gnutls-devel] [PATCH] fix memory leak in ECDSA key parameters verification

Nikos Mavrogiannopoulos nmav at gnutls.org
Tue Apr 28 16:25:25 CEST 2015


On Tue, Apr 28, 2015 at 1:50 PM, Jan Vcelak <jan.vcelak at nic.cz> wrote:
> Signed-off-by: Jan Vcelak <jan.vcelak at nic.cz>
> ---
>  lib/nettle/pk.c | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/lib/nettle/pk.c b/lib/nettle/pk.c
> index 66815f0..7ac879f 100644
> --- a/lib/nettle/pk.c
> +++ b/lib/nettle/pk.c
> @@ -1578,6 +1578,11 @@ wrap_nettle_pk_verify_priv_params(gnutls_pk_algorithm_t algo,

Thanks, applied. I was wondering why this wasn't caught in the test
suite, and it seems that key generation was in the tests/slow
directory which runs without valgrind. Also updated.

regards,
Nikos



More information about the Gnutls-devel mailing list