[openssl-commits] Still Failing: openssl/openssl#11923 (master - f13615c)

Travis CI builds at travis-ci.org
Thu Jun 22 16:36:36 UTC 2017


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

Build: #11923
Status: Still Failing

Duration: 23 minutes and 59 seconds
Commit: f13615c (master)
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)

View the changeset: https://github.com/openssl/openssl/compare/f6373823c047...f13615c5b828

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/245852376?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/96c22250/attachment-0001.html>


More information about the openssl-commits mailing list