Still Failing: openssl/openssl#24170 (OpenSSL_1_1_1-stable - a7e1cb8)

Travis CI builds at travis-ci.org
Tue Mar 19 11:20:22 UTC 2019


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

Build: #24170
Status: Still Failing

Duration: 23 mins and 34 secs
Commit: a7e1cb8 (OpenSSL_1_1_1-stable)
Author: Vitezslav Cizek
Message: apps/speed.c: properly address NO_EC2M on systems without SIGALRM

The ecdh_c array is allocated of the same size as ecdh_choices,
whose size depends on whether the support for binary curves is enabled
or not.  (The same goes for ecdsa_c).
On systems without SIGALRM, ecdh_c is indexed by predefined constants
intended for representing the index of the ciphers in the ecdh_choices
array.
However, in case of NO_EC2M some of the #defined constants won't match
and would actually access the ecdh_c out-of-bounds.

Use enum instead of a macro to define the curve indexes so they're
within the bounds of the ecdh_c array.

Reviewed-by: Paul Dale <paul.dale at oracle.com>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8422)

(cherry picked from commit f5c9916742655f872018426838cff4ff04da5321)

View the changeset: https://github.com/openssl/openssl/compare/5f702f16e7ed...a7e1cb8cbbef

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


More information about the openssl-commits mailing list