]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Check for EVP_CIPHER_CTX_new failure (#836)
authorBrad King <brad.king@kitware.com>
Tue, 6 Dec 2016 16:35:14 +0000 (11:35 -0500)
committerJoerg Sonnenberger <joerg@bec.de>
Tue, 6 Dec 2016 16:35:14 +0000 (17:35 +0100)
commitacd1d96d3e0df583ab661943bb1ffb93a8000dd5
tree4896ac9826c6e591f80adc623645837710c95a47
parent72abdbb8ba51e926432de242f4df5cf632546dc9
Check for EVP_CIPHER_CTX_new failure (#836)

If this OpenSSL function fails to allocate memory it returns NULL.
libarchive/archive_cryptor.c