[openssl-commits] Fixed: openssl/openssl#5210 (master - 58c27c2)

Travis CI builds at travis-ci.org
Sat Jul 30 11:50:13 UTC 2016


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

Build: #5210
Status: Fixed

Duration: 10 minutes and 9 seconds
Commit: 58c27c2 (master)
Author: Matt Caswell
Message: Fix crash as a result of MULTIBLOCK

The MULTIBLOCK code uses a "jumbo" sized write buffer which it allocates
and then frees later. Pipelining however introduced multiple pipelines. It
keeps track of how many pipelines are initialised using numwpipes.
Unfortunately the MULTIBLOCK code was not updating this when in deallocated
its buffers, leading to a buffer being marked as initialised but set to
NULL.

RT#4618

Reviewed-by: Rich Salz <rsalz at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/0fae81501a80...58c27c207ddf

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/148516464

--

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/20160730/d5c8abc8/attachment.html>


More information about the openssl-commits mailing list