Build Update for openssl/openssl ------------------------------------- Build: #3574 Status: Fixed
Duration: 23 minutes and 48 seconds Commit: 6f13737 (master) Author: Matt Caswell Message: Client side CKE processing can double free on error The tls_client_key_exchange_post_work() frees the pms on error. It also calls ssl_generate_master_secret() which also free the pms. If an error occurs after ssl_generate_master_secret() has been called then a double free can occur. Reviewed-by: Andy Polyakov <[email protected]> View the changeset: https://github.com/openssl/openssl/compare/b8f1c116a357...6f137370dd52 View the full build log and details: https://travis-ci.org/openssl/openssl/builds/126591522 -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
_____ openssl-commits mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits
