Errored: openssl/openssl#27106 (master - 8bbf63e)

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


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

Build: #27106
Status: Errored

Duration: 23 mins and 58 secs
Commit: 8bbf63e (master)
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)

View the changeset: https://github.com/openssl/openssl/compare/59972370e391...8bbf63e48f27

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/567964364?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/fae31788/attachment.html>


More information about the openssl-commits mailing list