CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL
authorRichard Levitte <levitte@openssl.org>
Mon, 1 Dec 2003 12:06:19 +0000 (12:06 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 1 Dec 2003 12:06:19 +0000 (12:06 +0000)
commit31670c94bc249f974a03f7c4f02102548062dc8f
tree38861f035e623af5beb827bebe0c51f92743840f
parent67e5d33dd751be5d558c4175e6191cd207ebc807
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