CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL
authorRichard Levitte <levitte@openssl.org>
Mon, 1 Dec 2003 12:06:17 +0000 (12:06 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 1 Dec 2003 12:06:17 +0000 (12:06 +0000)
commit0dbd9ccc06e02be6a80d99c31aae5a7ee777e086
tree196656ca426e604e193be65d3aa71440c876100c
parentb923ccab7860d5266693921d27bf7195dd7f0ba8
CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL
if the give size is 0.

This is a thought that came up in PR 751.
crypto/mem.c