[openssl-commits] Errored: openssl/openssl#8079 (OpenSSL_1_1_0-stable - 722d42e)

Travis CI builds at travis-ci.org
Wed Jan 25 11:29:50 UTC 2017


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

Build: #8079
Status: Errored

Duration: 1 hour, 5 minutes, and 55 seconds
Commit: 722d42e (OpenSSL_1_1_0-stable)
Author: Benjamin Kaduk
Message: Do not overallocate for tmp.ciphers_raw

Well, not as much, at least.

Commit 07afdf3c3ac97af4f2b4eec22a97f7230f8227e0 changed things so
that for SSLv2 format ClientHellos we store the cipher list in the
TLS format, i.e., with two bytes per cipher, to be consistent with
historical behavior.

However, the space allocated for the array still performed the computation
with three bytes per cipher, a needless over-allocation (though a relatively
small one, all things considered).

Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2281)
(cherry picked from commit f1429b85c5821e55224e5878da9d0fa420a41f71)

View the changeset: https://github.com/openssl/openssl/compare/c088325b42ce...722d42e1ea71

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

--

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


More information about the openssl-commits mailing list