mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
f31bbeff04
app_malloc() terminates execution if the allocation fails. The tests implement their own app_malloc() in an attempt to reduce the amount of code pulled in. This version also needs to terminate on failed allocation. The alternative would be adding failed allocation checks pervasively throughout the apps's commands. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15836) |
||
---|---|---|
.. | ||
apps_mem.c | ||
basic_output.c | ||
cb.c | ||
driver.c | ||
fake_random.c | ||
format_output.c | ||
load.c | ||
main.c | ||
options.c | ||
output.c | ||
output.h | ||
provider.c | ||
random.c | ||
stanza.c | ||
test_cleanup.c | ||
test_options.c | ||
tests.c | ||
testutil_init.c | ||
tu_local.h |