Still Failing: openssl/openssl#29331 (OpenSSL_1_1_1-stable - bf585d6)
Travis CI
builds at travis-ci.org
Wed Oct 16 13:34:11 UTC 2019
Build Update for openssl/openssl
-------------------------------------
Build: #29331
Status: Still Failing
Duration: 20 mins and 9 secs
Commit: bf585d6 (OpenSSL_1_1_1-stable)
Author: Cesar Pereida Garcia
Message: [crypto/asn1/x_bignum.c] Explicit test against NULL
As a fixup to https://github.com/openssl/openssl/pull/9779 to better
conform to the project code style guidelines, this commit amends the
original changeset to explicitly test against NULL, i.e. writing
```
if (p != NULL)
```
rather than
```
if (!p)
```
Reviewed-by: Nicola Tuveri <nic.tuv at gmail.com>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9881)
View the changeset: https://github.com/openssl/openssl/compare/7bcd13cebd9e...bf585d60fc4d
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/598644073?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/20191016/5bb002ee/attachment-0001.html>
More information about the openssl-commits
mailing list