75960b
diff -up mutt/copy.c.cve-2014-0467 mutt/copy.c
75960b
--- mutt/copy.c.cve-2014-0467	2009-12-14 19:24:59.000000000 +0100
75960b
+++ mutt/copy.c	2014-03-13 10:29:13.844051152 +0100
75960b
@@ -254,6 +254,7 @@ mutt_copy_hdr (FILE *in, FILE *out, LOFF
75960b
     {
75960b
       if (!address_header_decode (&this_one))
75960b
 	rfc2047_decode (&this_one);
75960b
+	this_one_len = mutt_strlen (this_one);
75960b
     }
75960b
     
75960b
     if (!headers[x])