Still Failing: openssl/openssl#24744 (master - 1597229)

Travis CI builds at travis-ci.org
Sun Apr 14 16:09:02 UTC 2019


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

Build: #24744
Status: Still Failing

Duration: 18 mins and 9 secs
Commit: 1597229 (master)
Author: David Benjamin
Message: Fix calling convention bug in ecp_nistz256_ord_sqr_mont

The rep parameter takes an int in C, but the assembly implementation
looks at the upper bits. While it's unlikely to happen here, where all
calls pass a constant, in other scenarios x86_64 compilers will leave
arbitrary values in the upper half.

Fix this by making the C prototype match the assembly. (This aspect of
the calling convention implies smaller-than-word arguments in assembly
functions should be avoided. There are far fewer things to test if
everything consistently takes word-sized arguments.)

This was found as part of ABI testing work in BoringSSL.

Reviewed-by: Paul Dale <paul.dale at oracle.com>
Reviewed-by: Bernd Edlinger <bernd.edlinger at hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/8108)

View the changeset: https://github.com/openssl/openssl/compare/3051bf2afab7...15972296af6b

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/519955960?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/20190414/394d8db6/attachment.html>


More information about the openssl-commits mailing list