Author :
tb
Date :
2021-12-26 15:10:59
Hash :2a6cb758 Message :Hoist memset of CBB above EVP_MD_CTX_new() and HMAC_CTX_new() to avoid
a use of uninitialized in the unlikely event that either of them fails.
Problem introduced in r1.128.
CID 345113
ok jsing