[openssl-commits] Errored: openssl/openssl#8791 (OpenSSL_1_0_2-stable - 1acdbb3)

Travis CI builds at travis-ci.org
Wed Feb 22 15:40:56 UTC 2017


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

Build: #8791
Status: Errored

Duration: 6 hours, 25 minutes, and 22 seconds
Commit: 1acdbb3 (OpenSSL_1_0_2-stable)
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)

(cherry picked from commit ecca16632a73bb80ee27cdec8a97f6def0a4714d)

View the changeset: https://github.com/openssl/openssl/compare/d0f38a1b8dbc...1acdbb3eef4c

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

--

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/82af861a/attachment-0001.html>


More information about the openssl-commits mailing list