[openssl-commits] Errored: openssl/openssl#8789 (master - ecca166)

Travis CI builds at travis-ci.org
Wed Feb 22 08:33:14 UTC 2017


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

Build: #8789
Status: Errored

Duration: 17 minutes and 39 seconds
Commit: ecca166 (master)
Author: Rich Salz
Message: Prevent OOB in SRP base64 code.

Change size comparison from > (GT) to >= (GTE) to ensure an additional
byte of output buffer, to prevent OOB reads/writes later in the function
Reject input strings larger than 2GB
Detect invalid output buffer size and return early

Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2672)

View the changeset: https://github.com/openssl/openssl/compare/9dd4ac8cf17f...ecca16632a73

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

--

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/20170222/80e7537a/attachment-0001.html>


More information about the openssl-commits mailing list