You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix memory management bugs in SignatureVerifier_OpenSSL
Rarely executed error paths in SignatureVerifier_OpenSSL contained
several memory management bugs. To trigger these bugs requires
triggering OpenSSL to fail to allocate memory in BN_new() or RSA_new().
0 commit comments