Fix GH 327.
Valgrind complains about using unitialized memory. So call
OPENSSL_zalloc, not malloc.
Reviewed-by:
Richard Levitte <levitte@openssl.org>
Loading
Please register or sign in to comment
Valgrind complains about using unitialized memory. So call
OPENSSL_zalloc, not malloc.
Reviewed-by:
Richard Levitte <levitte@openssl.org>