← Back to team overview

hipl-core team mailing list archive

Re: [Branch ~hipl-core/hipl/trunk] Rev 4888: Fixed 'cast discards qualifiers' warnings in hip_get_next_param()

 

On Wed, Aug 18, 2010 at 01:53:21PM +0000, noreply@xxxxxxxxxxxxx wrote:
> --- hipd/cert.c	2010-08-10 07:24:52 +0000
> +++ hipd/cert.c	2010-08-18 13:51:12 +0000
> @@ -740,8 +740,6 @@
>               "Malloc for subject failed\n");
>      HIP_IFEL(!(pkey = malloc(sizeof(EVP_PKEY))), -1,
>               "Malloc for pkey failed\n");
> -    HIP_IFEL(!memset(subject, 0, sizeof(subject)), -1,
> -             "Failed to memset memory for subject\n");

This is completely unrelated and looks wrong at first glance.

Diego



References