]> git.ipfire.org Git - thirdparty/openssl.git/commit
crypto/mem.c: report realloc_impl failures
authorEugene Syromiatnikov <esyr@openssl.org>
Thu, 31 Jul 2025 12:34:21 +0000 (14:34 +0200)
committerNeil Horman <nhorman@openssl.org>
Fri, 8 Aug 2025 16:22:10 +0000 (12:22 -0400)
commit313c12125e37fabcb7eca57da5bc3d00b1a356dd
tree80bb7cbb95246bf7f458383499cedf2cdfcde0b2
parenta83b85333ce797c47743ac2fb7beadf58c1b3219
crypto/mem.c: report realloc_impl failures

Analogous to the way CRYPTO_malloc does it.

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