]> git.ipfire.org Git - thirdparty/openssl.git/commit
test: add a sanity test for memory allocation functions
authorEugene Syromiatnikov <esyr@openssl.org>
Fri, 25 Jul 2025 17:08:18 +0000 (19:08 +0200)
committerNeil Horman <nhorman@openssl.org>
Fri, 8 Aug 2025 16:22:10 +0000 (12:22 -0400)
commitd090695101a96fedd5457d1d867726ba5e92ddee
tree0a5a7b8b07ff3f8ddd7588460f80e01f3de86a68
parent39029a1bb0cd10de986239c9fc58228c2501a5f4
test: add a sanity test for memory allocation functions

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)
test/build.info
test/mem_alloc_custom_fns_test.c [new file with mode: 0644]
test/mem_alloc_test.c [new file with mode: 0644]
test/recipes/02-test_mem_alloc.t [new file with mode: 0644]
test/recipes/02-test_mem_alloc_custom_fns.t [new file with mode: 0644]