[openssl-commits] Passed: openssl/openssl#8758 (master - b1498c9)

Travis CI builds at travis-ci.org
Tue Feb 21 01:46:24 UTC 2017


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

Build: #8758
Status: Passed

Duration: 19 minutes and 3 seconds
Commit: b1498c9 (master)
Author: Rich Salz
Message: Don't call memcpy if len is zero.

Prevent undefined behavior in CRYPTO_cbc128_encrypt: calling this function
with the 'len' parameter being 0 would result in a memcpy where the source
and destination parameters are the same, which is undefined behavior.
Do same for AES_ige_encrypt.

Reviewed-by: Andy Polyakov <appro at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2671)

View the changeset: https://github.com/openssl/openssl/compare/d913a0557f04...b1498c98f3fb

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

--

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/20170221/776aec30/attachment-0001.html>


More information about the openssl-commits mailing list