Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information