Still Failing: openssl/openssl#30159 (master - c15faa8)

Travis CI builds at travis-ci.org
Thu Nov 14 12:53:12 UTC 2019


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

Build: #30159
Status: Still Failing

Duration: 34 mins and 50 secs
Commit: c15faa8 (master)
Author: Matt Caswell
Message: Fix an uninitialised read in conf_def.c

PR 8882 added a new field to the CONF structure. Unfortunately this
structure was created using OPENSSL_malloc() and the new field was not
explicitly initialised in the "init" function. Therefore when we came to
read it for the first time we got an uninitialised read.

Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10428)

View the changeset: https://github.com/openssl/openssl/compare/b3b045f6b0d2...c15faa8d5c00

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


More information about the openssl-commits mailing list