]> git.ipfire.org Git - thirdparty/openssl.git/commit
doc/man3/OPENSSL_malloc.pod: document OPENSSL_aligned_alloc peculiarity
authorEugene Syromiatnikov <esyr@openssl.org>
Thu, 31 Jul 2025 11:42:41 +0000 (13:42 +0200)
committerNeil Horman <nhorman@openssl.org>
Fri, 8 Aug 2025 16:22:10 +0000 (12:22 -0400)
commit704ee1348c46a4980c6918f6a7db32a322f565ab
treeec1e7135d5007a8cde1274729daa27f4fa4f2961
parent1e13b390db6902b59f3735e058f464bf1a5ae663
doc/man3/OPENSSL_malloc.pod: document OPENSSL_aligned_alloc peculiarity

OPENSSL_aligned_alloc can return NULL in cases other than memory
exhaustion or incorrect arguments, document that.

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)
doc/man3/OPENSSL_malloc.pod