[openssl-commits] Failed: openssl/openssl#5053 (master - 415e7c4)

Travis CI builds at travis-ci.org
Wed Jul 20 05:52:36 UTC 2016


Build Update for openssl/openssl
-------------------------------------

Build: #5053
Status: Failed

Duration: 24 minutes and 7 seconds
Commit: 415e7c4 (master)
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)

View the changeset: https://github.com/openssl/openssl/compare/52eede5a970f...415e7c488e09

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/146013952

--

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/d96a2fe3/attachment.html>


More information about the openssl-commits mailing list