[openssl-commits] Errored: mouse07410/openssl#30 (OpenSSL_1_0_2-stable - 941d9fb)
Travis CI
builds at travis-ci.org
Wed Jul 20 20:46:01 UTC 2016
Build Update for mouse07410/openssl
-------------------------------------
Build: #30
Status: Errored
Duration: 26 minutes and 14 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/mouse07410/openssl/compare/6d3b5eeb511c...941d9fb6bdfa
View the full build log and details: https://travis-ci.org/mouse07410/openssl/builds/146203372
--
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/856d06ff/attachment-0001.html>
More information about the openssl-commits
mailing list