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

Build: #9372
Status: Still Failing

Duration: 15 minutes and 15 seconds
Commit: 8a58560 (master)
Author: Matt Caswell
Message: Fix out-of-memory condition in conf

conf has the ability to expand variables in config files. Repeatedly doing
this can lead to an exponential increase in the amount of memory required.
This places a limit on the length of a value that can result from an
expansion.

Credit to OSS-Fuzz for finding this problem.

Reviewed-by: Rich Salz <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/2894)

View the changeset: 
https://github.com/openssl/openssl/compare/a3b0d466930e...8a585601fea1

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

--

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