Errored: openssl/openssl#35587 (master - c720fc3)
Travis CI
builds at travis-ci.com
Sun Jun 21 08:40:19 UTC 2020
Build Update for openssl/openssl
-------------------------------------
Build: #35587
Status: Errored
Duration: 1 hr, 47 mins, and 43 secs
Commit: c720fc3 (master)
Author: Pauli
Message: namemap: change ossl_namemap_empty() to do what the documentation says.
The function is documented as returning 1 when passed a NULL argument.
Instead it core dumps. Added a unit test for this.
Additionally, a performance improvement is incorporated. The namemap
max_number field is only ever compared against zero and incremented.
The zero comparison grabs a lock specifically for this check. This change
uses TSAN operations instead if they are available.
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12181)
View the changeset: https://github.com/openssl/openssl/compare/7cc5e0d28380...c720fc35f4aa
View the full build log and details: https://travis-ci.com/github/openssl/openssl/builds/172365915?utm_medium=notification&utm_source=email
--
You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=13885459&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.com/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: <https://mta.openssl.org/pipermail/openssl-commits/attachments/20200621/207688a4/attachment-0001.html>
More information about the openssl-commits
mailing list