[openssl-commits] Still Failing: openssl/openssl#5979 (OpenSSL_1_1_0-stable - 9496cf5)

Travis CI builds at travis-ci.org
Wed Sep 14 10:17:41 UTC 2016


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

Build: #5979
Status: Still Failing

Duration: 27 minutes and 50 seconds
Commit: 9496cf5 (OpenSSL_1_1_0-stable)
Author: Matt Caswell
Message: Add some sanity checks around usage of t_fromb64()

The internal SRP function t_fromb64() converts from base64 to binary. It
does not validate that the size of the destination is sufficiently large -
that is up to the callers. In some places there was such a check, but not
in others.

Add an argument to t_fromb64() to provide the size of the destination
buffer and validate that we don't write too much data. Also add some sanity
checks to the callers where appropriate.

With thanks to Shi Lei for reporting this issue.

Reviewed-by: Richard Levitte <levitte at openssl.org>
(cherry picked from commit 73f0df8331910d6726d45ecaab12bd93cc48b4e2)

View the changeset: https://github.com/openssl/openssl/compare/f7358595369f...9496cf577ec4

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

--

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/20160914/81bf620a/attachment.html>


More information about the openssl-commits mailing list