[openssl-commits] Errored: openssl/openssl#2457 (master - b957798)
Travis CI
builds at travis-ci.org
Fri Mar 4 21:19:16 UTC 2016
Build Update for openssl/openssl
-------------------------------------
Build: #2457
Status: Errored
Duration: 1 hour, 10 minutes, and 9 seconds
Commit: b957798 (master)
Author: Emilia Kasper
Message: Curve25519: avoid undefined behaviour
Appease the sanitizer: avoid left shifts of negative values.
This could've been done entirely with casts to uint and back,
but using masks seemed slightly more readable.
There are also implementation-defined signed right shifts in this
code. Those remain.
Reviewed-by: Rich Salz <rsalz at openssl.org>
View the changeset: https://github.com/openssl/openssl/compare/a66ec57c6e5c...b95779846dc8
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/113643288
--
You can configure 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/20160304/05a87e6f/attachment-0001.html>
More information about the openssl-commits
mailing list