Am Donnerstag, 4. August 2016, 20:38:59 CEST schrieb Stephan Mueller:

Hi Mat,

> @@ -1663,6 +1668,7 @@ static void act_keyctl_dh_compute(int argc, char
> *argv[]) }
> 
>               printf("%02hhx", *p);
> +             *p = 0x00;      /* zeroize buffer */
>               p++;
> 
>               col++;
> @@ -1674,6 +1680,125 @@ static void act_keyctl_dh_compute(int argc, char
> *argv[]) } while (--ret > 0);
> 
>       printf("\n");
> +
> +     free(buffer);


I hope it is ok that I add a bugfix in that patch set.

Ciao
Stephan
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to