diff options
Diffstat (limited to 'keyserver/ChangeLog')
-rw-r--r-- | keyserver/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/keyserver/ChangeLog b/keyserver/ChangeLog index f773b4676..4c542fcb5 100644 --- a/keyserver/ChangeLog +++ b/keyserver/ChangeLog @@ -1,3 +1,11 @@ +2002-09-09 Werner Koch <[email protected]> + + * gpgkeys_hkp.c (send_key, get_key, search_key): Check return + value of malloc. + (dehtmlize): Use ascii_tolower to protect against weird locales. + Cast the argument for isspace for the sake of broken HP/UXes. + (search_key): Check return value of realloc. + 2002-09-09 David Shaw <[email protected]> * gpgkeys_ldap.c (get_key): Some compilers (RISC OS, HPUX c89) @@ -7,7 +15,7 @@ 2002-08-28 David Shaw <[email protected]> - * gpgkeys_hkp.c: (parse_hkp_index): Use same types on all + * gpgkeys_hkp.c (parse_hkp_index): Use same types on all platforms. This was probably leftover from earlier code where the typing mattered. |