]> git.ipfire.org Git - thirdparty/openssl.git/commit
ssl: drop multiplication by sizeof(char) in allocation size calculations
authorEugene Syromiatnikov <esyr@openssl.org>
Thu, 17 Jul 2025 08:41:07 +0000 (10:41 +0200)
committerNeil Horman <nhorman@openssl.org>
Fri, 8 Aug 2025 16:22:10 +0000 (12:22 -0400)
commitc4a91d5c26141a9bc786870ba9e58f59e3b23f96
treea54e679a41123ea2b3ce07eb52858cd10cb79235
parent313c12125e37fabcb7eca57da5bc3d00b1a356dd
ssl: drop multiplication by sizeof(char) in allocation size calculations

Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28059)
ssl/t1_lib.c