Still Failing: openssl/openssl#25069 (master - 36e619d)

Travis CI builds at travis-ci.org
Wed May 8 01:22:30 UTC 2019


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

Build: #25069
Status: Still Failing

Duration: 18 mins and 29 secs
Commit: 36e619d (master)
Author: Guido Vranken
Message: EVP_EncryptUpdate, EVP_EncryptFinal_ex: don't branch on uninitialized memory

If ctx->cipher->cupdate/ctx->cipher->cfinal failed, 'soutl' is left
uninitialized.

This patch incorporates the same logic as present in EVP_DecryptUpdate and
EVP_DecryptFinal_ex: only branch on 'soutl' if the preceding call succeeded.

Bug found by OSS-Fuzz.

Signed-off-by: Guido Vranken <guidovranken at gmail.com>

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

View the changeset: https://github.com/openssl/openssl/compare/0dc6bf3c3973...36e619d70f86

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


More information about the openssl-commits mailing list