File mutt-CVE-2014-0467.patch of Package mutt.3290
Index: mutt-1.5.17/copy.c =================================================================== --- mutt-1.5.17.orig/copy.c +++ mutt-1.5.17/copy.c @@ -254,6 +254,7 @@ mutt_copy_hdr (FILE *in, FILE *out, LOFF { if (!address_header_decode (&this_one)) rfc2047_decode (&this_one); + this_one_len = mutt_strlen (this_one); } if (!headers[x])