CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/26 08:10:59
Modified files:
lib/libssl : ssl_srvr.c
Log 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
