[openssl-commits] Fixed: openssl/openssl#3574 (master - 6f13737)
Travis CI
builds at travis-ci.org
Fri Apr 29 09:10:13 UTC 2016
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 <appro at openssl.org>
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20160429/58ed0886/attachment.html>
More information about the openssl-commits
mailing list