* gpgmeplug.c (xmalloc): New.
authorWerner Koch <wk@gnupg.org>
Fri, 28 Jun 2002 18:30:23 +0000 (18:30 +0000)
committerWerner Koch <wk@gnupg.org>
Fri, 28 Jun 2002 18:30:23 +0000 (18:30 +0000)
commit21879b861aa3c7d6ea02843a6e7373047f19592a
tree41c3fc554602022314fa3dcf168cbfafd2f71820
parent697d84d6011c90d352d014617e5478dd87497daa
* gpgmeplug.c (xmalloc): New.
(safe_malloc): Removed this macro and replaced it at all places
without return values checks by xmalloc.
(xstrdup): New. Replaces funny named macro with different
semantics.  Changed all callers to the new semantic.
(findCertificates): Don't free duplicate free the FPR array
values.  Removed the unneeded initialization.  Replaces the
gcc-ish use dynamic allocation of automatic variables by repalce
maxCerts with a macro MAXCERTS.  Made some comments Real C (tm).
(startListCertificates): Removed uneeded cast from xmalloc.
trunk/gpgmeplug/ChangeLog
trunk/gpgmeplug/gpgmeplug.c