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 <[email protected]>
Reviewed-by: Rich Salz <[email protected]>
(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

_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to