Nico Golde:
authornion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Wed, 2 Feb 2005 15:56:42 +0000 (15:56 +0000)
committernion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Wed, 2 Feb 2005 15:56:42 +0000 (15:56 +0000)
  - included little patch to prevent segfaults on ia64

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@46 e385b8ad-14ed-0310-8656-cc95a2468c6d

ChangeLog.mutt-ng
mutt_ssl_gnutls.c

index 5c5abb7..16a5c6f 100644 (file)
@@ -1,5 +1,9 @@
 Changes specific to mutt-ng:
 
 Changes specific to mutt-ng:
 
+2005-02-02
+  * little change to prevent segfaults on ia64; see #285001 in debian bts for
+    more information
+
 2005-02-01:
   * Merged in mutt changes from 1.5.6 to 1.5.7
 
 2005-02-01:
   * Merged in mutt changes from 1.5.6 to 1.5.7
 
index c5429cc..d1b26e1 100644 (file)
@@ -456,7 +456,7 @@ static int tls_check_certificate (CONNECTION* conn)
   char helpstr[SHORT_STRING];
   char buf[SHORT_STRING];
   char fpbuf[SHORT_STRING];
   char helpstr[SHORT_STRING];
   char buf[SHORT_STRING];
   char fpbuf[SHORT_STRING];
-  int buflen;
+  size_t buflen;
   char dn_common_name[SHORT_STRING];
   char dn_email[SHORT_STRING];
   char dn_organization[SHORT_STRING];
   char dn_common_name[SHORT_STRING];
   char dn_email[SHORT_STRING];
   char dn_organization[SHORT_STRING];