Still Failing: openssl/openssl#28292 (master - 88d8708)

Travis CI builds at travis-ci.org
Fri Sep 13 23:35:05 UTC 2019


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

Build: #28292
Status: Still Failing

Duration: 21 mins and 14 secs
Commit: 88d8708 (master)
Author: Shane Lontis
Message: Fix S390X bad size_t that causes memory trash in legacy ciphers

This caused a SEGV inside tls13_enc() when using chacha_poly.
The tls code assigns the iv_length to a size_t (even though it is an int).
This is actually really bad since it could be -1, which will then trash the iv buffer.

Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/9890)

View the changeset: https://github.com/openssl/openssl/compare/b4570683608a...88d870824f1f

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


More information about the openssl-commits mailing list