You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
386 B

diff -up mutt/copy.c.cve-2014-0467 mutt/copy.c
--- mutt/copy.c.cve-2014-0467 2009-12-14 19:24:59.000000000 +0100
+++ mutt/copy.c 2014-03-13 10:29:13.844051152 +0100
@@ -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])