Make sure that gcry_realloc (NULL, n) works on all platforms.
realloc (NULL, n) shall behave exactly like malloc (n)
and realloc (p, 0) like free.
Not all platforms implement this correctly thus we now handle this
directly in gcry_realloc.
Make sure that gcry_realloc (NULL, n) works on all platforms. 934d270ff819Unpublished Tags None Subscribers None
Description
Details
|