Failed: openssl/openssl#27107 (OpenSSL_1_1_1-stable - f2bb79a)

Travis CI builds at travis-ci.org
Mon Aug 5 16:59:52 UTC 2019


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

Build: #27107
Status: Failed

Duration: 34 mins and 44 secs
Commit: f2bb79a (OpenSSL_1_1_1-stable)
Author: Matt Caswell
Message: Fix SSL_MODE_RELEASE_BUFFERS functionality

At some point in the past do_ssl3_write() used to return the number of
bytes written, or a value <= 0 on error. It now just returns a success/
error code and writes the number of bytes written to |tmpwrit|.

The SSL_MODE_RELEASE_BUFFERS code was still looking at the return code
for the number of bytes written rather than |tmpwrit|. This has the effect
that the buffers are not released when they are supposed to be.

Fixes #9490

Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9505)

(cherry picked from commit 8bbf63e48f27c5edaa03e6d87d969c9b6a207f3c)

View the changeset: https://github.com/openssl/openssl/compare/74b9ce2d84a5...f2bb79a78a16

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/567964432?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific 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/20190805/9673d839/attachment-0001.html>


More information about the openssl-commits mailing list