[openssl-commits] Errored: openssl/openssl#5977 (master - 73f0df8)

Travis CI builds at travis-ci.org
Wed Sep 14 09:53:20 UTC 2016


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

Build: #5977
Status: Errored

Duration: 29 minutes and 2 seconds
Commit: 73f0df8 (master)
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>

View the changeset: https://github.com/openssl/openssl/compare/869d0a37cfa7...73f0df833191

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

--

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


More information about the openssl-commits mailing list