]> git.ipfire.org Git - thirdparty/openssl.git/commit
Initialize outl in evp_enc.c to 0, protect against NULL
authorjwalch <jeremy.walch@gmail.com>
Thu, 29 Oct 2020 18:05:19 +0000 (14:05 -0400)
committerTomas Mraz <tmraz@fedoraproject.org>
Mon, 2 Nov 2020 15:32:19 +0000 (16:32 +0100)
commit3d4c81b09b2b44fe11be875fac817f2de6299065
treedd181c97c63c48050612a1c9f64cbc62458fcb46
parent8ea761bf40e6578ecd95ec47772ef86a2e4d4607
Initialize outl in evp_enc.c to 0, protect against NULL

Fixes #12734

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13268)
crypto/evp/evp_enc.c