dirmngr/src (cdblib.c crlcache.c crlfetch.c ldap.c)
[email protected] Tue, 13 Apr 2004 09:26:00 +0200
| Newsgroups | gmane.comp.encryption.gpg.aegypten.cvs |
|---|---|
| Message-ID | <[email protected]> |
Date: Tuesday, April 13, 2004 @ 09:26:00
Author: werner
Path: /cvs/aegypten/dirmngr/src
Modified: cdblib.c crlcache.c crlfetch.c ldap.c
* src/crlcache.c (update_dir): Do not double close FPOUT.
* src/cdblib.c (cdb_make_start): Wipeout the entire buffer to
shutup valgrind.
(ewrite): Fixed writing bad data on EINTR.
* src/ldap.c (get_attr_from_result_ldap): Fixed bad copy and
terminate of a string.
* src/crlfetch.c (crl_fetch): Fixed freeing of VALUE on error.
------------+
cdblib.c | 12 ++++++------
crlcache.c | 1 +
crlfetch.c | 4 ++--
ldap.c | 2 +-
4 files changed, 10 insertions(+), 9 deletions(-)