]> git.ipfire.org Git - thirdparty/openssl.git/commit
crypto/mem.c: factor out memory allocation failure reporting
authorEugene Syromiatnikov <esyr@openssl.org>
Thu, 17 Jul 2025 01:29:35 +0000 (03:29 +0200)
committerNeil Horman <nhorman@openssl.org>
Fri, 8 Aug 2025 16:22:10 +0000 (12:22 -0400)
commitbd1c59739d57ca27162bd582161a5cbddba21999
tree539ed591fedb24d74a9a42e1e939ce1b8bf3c03a
parent4a518cebffec347226682b2c831ce2460ef444bb
crypto/mem.c: factor out memory allocation failure reporting

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
include/internal/mem_alloc_utils.h [new file with mode: 0644]