Improve Malloc Failure Test
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 18 Sep 2023 06:16:01 +0000 (08:16 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 11 Oct 2023 07:01:09 +0000 (09:01 +0200)
commit3df5736cf303d2c69654ba1c295a9772b738608e
treebacaf57f1431bc98d732f6c1fc5d3a4d497150fb
parentac0677bd2394c04632f7ad526879a866b6ed149f
Improve Malloc Failure Test

Allow 2 digits after the comma in percentage in OPENSSL_MALLOC_FAILURES.
Add OPENSSL_MALLOC_SEED to allow for some randomization.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22127)
crypto/mem.c