Home GnuPG

Make sure that gcry_realloc (NULL, n) works on all platforms.
934d270ff819Unpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

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.

Details

Provenance
wernerAuthored on Apr 1 2011, 10:16 AM
Parents
rCec033383618c: Add a version string to the binary
Branches
Unknown
Tags
Unknown

Event Timeline