[openssl-commits] Still Failing: openssl/openssl#5054 (OpenSSL_1_0_2-stable - 941d9fb)
Travis CI
builds at travis-ci.org
Wed Jul 20 05:58:57 UTC 2016
Build Update for openssl/openssl
-------------------------------------
Build: #5054
Status: Still Failing
Duration: 15 minutes and 52 seconds
Commit: 941d9fb (OpenSSL_1_0_2-stable)
Author: Todd Short
Message: OCSP_request_add0_id() inconsistent error return
There are two failure cases for OCSP_request_add_id():
1. OCSP_ONEREQ_new() failure, where |cid| is not freed
2. sk_OCSP_ONEREQ_push() failure, where |cid| is freed
This changes makes the error behavior consistent, such that |cid| is
not freed when sk_OCSP_ONEREQ_push() fails. OpenSSL only takes
ownership of |cid| when the function succeeds.
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1289)
(cherry picked from commit 415e7c488e09119a42be24129e38ddd43524ee06)
View the changeset: https://github.com/openssl/openssl/compare/b5c835b39917...941d9fb6bdfa
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/146014383
--
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/20160720/ccaac784/attachment.html>
More information about the openssl-commits
mailing list