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 use of uninitialized memory and consistency of code handling allocations (#133)
* Refactor logic to avoid use of uninitialized memory and improve
consistency
* Fix up a few more nitpicks
+ Potential memory leak in common gcm init ctx (never hit with provider,
but could be hit from engine)
+ Consistency of dupctx ERR and assignment
* Fix some unhandled OPENSSL_strdup failures
0 commit comments