Build Update for openssl/openssl ------------------------------------- Build: #27002 Status: Errored
Duration: 24 mins and 49 secs Commit: 189dbdd (master) Author: Richard Levitte Message: ERR: fix err_data_size inconsistencies In ERR_add_error_vdata(), the size of err_data had 1 added to it in some spots, which could lead to buffer overflow. In ERR_vset_error(), ERR_MAX_DATA_SIZE was used instead of buf_size in the BIO_vsnprintf() call, which would lead to a buffer overflow if such a large buffer couldn't be allocated. Reviewed-by: Paul Dale <[email protected]> (Merged from https://github.com/openssl/openssl/pull/9491) View the changeset: https://github.com/openssl/openssl/compare/faa9dcd4d468...189dbdd99416 View the full build log and details: https://travis-ci.org/openssl/openssl/builds/565925455?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
