bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] send segfault


From: Jordi Mallach
Subject: [bug-mailutils] send segfault
Date: Wed, 14 Nov 2007 20:32:13 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

Hi,

The following patch, by Tim Bagot, fixes a segfault on 64 bit systems
when using "send". At the same time, you get rid of the warning:

mh_whom.c:65: warning: passing argument 4 of 'mu_argcv_get' from incompatible 
pointer type

--- mh/mh_whom.c
+++ mh/mh_whom.c
@@ -54,9 +54,9 @@
 int
 mh_alias_expand (char *str, mu_address_t *paddr, int *incl)
 {
-  size_t argc;
+  int argc;
   char **argv;
-  size_t i;
+  int i;
   char *buf;
   mu_address_t exaddr = NULL;

This is with MU 1.1.

Jordi
-- 
Jordi Mallach PĂ©rez  --  Debian developer     http://www.debian.org/
address@hidden     address@hidden     http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]