[openssl-commits] Errored: openssl/openssl#2528 (master - adc4f1f)

Travis CI builds at travis-ci.org
Mon Mar 7 18:40:13 UTC 2016


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

Build: #2528
Status: Errored

Duration: 1 hour, 11 minutes, and 2 seconds
Commit: adc4f1f (master)
Author: Andy Polyakov
Message: bn/asm/x86[_64]-mont*.pl: complement alloca with page-walking.

Some OSes, *cough*-dows, insist on stack being "wired" to
physical memory in strictly sequential manner, i.e. if stack
allocation spans two pages, then reference to farmost one can
be punishable by SEGV. But page walking can do good even on
other OSes, because it guarantees that villain thread hits
the guard page before it can make damage to innocent one...

Reviewed-by: Rich Salz <rsalz at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/56cd71b46e5f...adc4f1fc25b2

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/114244918

--

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/20160307/311406f0/attachment-0001.html>


More information about the openssl-commits mailing list