]> git.ipfire.org Git - thirdparty/openssl.git/commit
crypto/mem.c: report posix_memalign() errors in CRYPTO_aligned_alloc
authorEugene Syromiatnikov <esyr@openssl.org>
Fri, 25 Jul 2025 01:48:23 +0000 (03:48 +0200)
committerNeil Horman <nhorman@openssl.org>
Fri, 8 Aug 2025 16:22:10 +0000 (12:22 -0400)
commit26dc3d98369f290bd61e0fb41eb0f2ec91d686b6
tree44202a69ee271d67657e12fe1bc9f17a73618077
parent1104e80c8dff7d04eb482ddc315947268c251384
crypto/mem.c: report posix_memalign() errors in CRYPTO_aligned_alloc

Report the errors for the known error codes returned
by posix_memalign().

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/mem.c