json: Only use calloc instead of malloc
* src/cJSON.c, src/gpgme-json.c (CALLOC_ONLY): New define to change xmalloc / xtrymalloc to use calloc.
Some people consider malloc dangerous as it might allow an
information leak.
json: Only use calloc instead of malloc Tags None Subscribers None
Description
Details
|