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