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
Summary:
Valgrind shows that we are not freeing the X509 object that is returned when we call SSL_get_peer_certificate. Fix this by free'ing it at various exit points.
Squash with: f29eb03 Expose user certificate details to command line.
Test Plan: mysqltest.sh --valgrind main.information_schema_authinfo
Reviewers: kradhakrishnan
Reviewed By: kradhakrishnan
Subscribers: jkedgar, webscalesql-eng
Differential Revision: https://reviews.facebook.net/D53169
0 commit comments