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 <[email protected]> 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
_____ openssl-commits mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits
