Build Update for openssl/openssl ------------------------------------- Build: #30684 Status: Still Failing
Duration: 28 mins and 51 secs Commit: f9fdb9d (OpenSSL_1_1_1-stable) Author: Dr. Matthias St. Pierre Message: rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failure RAND_get_rand_method() can return a NULL method pointer in the case of a malloc failure, so don't dereference it without a check. Reported-by: Zu-Ming Jiang (detected by FIFUZZ) Fixes #10480 Reviewed-by: Paul Dale <[email protected]> (Merged from https://github.com/openssl/openssl/pull/10490) View the changeset: https://github.com/openssl/openssl/compare/2f11f2e810c7...f9fdb9d2f5a0 View the full build log and details: https://travis-ci.org/openssl/openssl/builds/625301478?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.
