[openssl-commits] Still Failing: openssl/openssl#11924 (OpenSSL_1_1_0-stable - d9ac82a)
Travis CI
builds at travis-ci.org
Thu Jun 22 16:33:30 UTC 2017
Build Update for openssl/openssl
-------------------------------------
Build: #11924
Status: Still Failing
Duration: 13 minutes and 14 seconds
Commit: d9ac82a (OpenSSL_1_1_0-stable)
Author: Matt Caswell
Message: Fix OBJ_create() to tolerate a NULL sn and ln
In 1.0.2 and before OBJ_create() allowed the sn or ln parameter to be NULL.
Commit 52832e47 changed that so that it crashed if they were NULL.
This was causing problems with the built-in config oid module. If a long
name was provided OBJ_create() is initially called with a NULL ln and
therefore causes a crash.
Fixes #3733
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3753)
(cherry picked from commit f13615c5b828aeb8e3d9bf2545c803633d1c684f)
View the changeset: https://github.com/openssl/openssl/compare/ca9e4d7a36c8...d9ac82a28d10
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/245852537?utm_source=email&utm_medium=notification
--
You can configure 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/20170622/5d4a71cb/attachment-0001.html>
More information about the openssl-commits
mailing list