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