]> git.ipfire.org Git - thirdparty/openssl.git/commit
crypto/ec/ecp_nistp256.c: use OPENSSL_zalloc instead of malloc+memset
authorEugene Syromiatnikov <esyr@openssl.org>
Thu, 17 Jul 2025 11:21:33 +0000 (13:21 +0200)
committerNeil Horman <nhorman@openssl.org>
Fri, 8 Aug 2025 16:22:10 +0000 (12:22 -0400)
commit1f859bb5927632c823f08fe5f48239149aa4cdea
tree8bbc4b4be4fa7f506cd88863f0ae3c898d8c35a1
parentc4a91d5c26141a9bc786870ba9e58f59e3b23f96
crypto/ec/ecp_nistp256.c: use OPENSSL_zalloc instead of malloc+memset

Complements: b51bce942023 "Add and use OPENSSL_zalloc"
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)
crypto/ec/ecp_nistp256.c