Failed: openssl/openssl#29881 (OpenSSL_1_1_1-stable - 7bb50cb)

Travis CI builds at travis-ci.org
Mon Nov 4 13:36:40 UTC 2019


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

Build: #29881
Status: Failed

Duration: 30 mins and 26 secs
Commit: 7bb50cb (OpenSSL_1_1_1-stable)
Author: Matt Caswell
Message: Don't leak memory in the event of a failure in i2v_GENERAL_NAMES

i2v_GENERAL_NAMES call i2v_GENERAL_NAME repeatedly as required. Each
time i2v_GENERAL_NAME gets called it allocates adds data to the passed in
stack and then returns a pointer to the stack, or NULL on failure. If
the passed in stack is itself NULL then it allocates one.

i2v_GENERAL_NAMES was not correctly handling the case where a NULL gets
returned from i2v_GENERAL_NAME. If a stack had already been allocated then
it just leaked it.

Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Viktor Dukhovni <viktor at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10300)

(cherry picked from commit 45b244620a74248b46ebe1c85e86437b9641447a)

View the changeset: https://github.com/openssl/openssl/compare/72f4d2f8eb0a...7bb50cbc4af7

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/607120036?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.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20191104/5736ea39/attachment.html>


More information about the openssl-commits mailing list