Blame SOURCES/mutt-1.10.1-mutt-1.9.3-1_coverity_181.patch

7f4ae1
diff -up mutt-1.10.1/send.c.mutt-1.9.3-1_coverity_181 mutt-1.10.1/send.c
7f4ae1
--- mutt-1.10.1/send.c.mutt-1.9.3-1_coverity_181	2018-11-26 12:08:42.615216677 +0100
7f4ae1
+++ mutt-1.10.1/send.c	2018-11-26 12:08:52.007351542 +0100
7f4ae1
@@ -243,7 +243,7 @@ static int edit_envelope (ENVELOPE *en)
7f4ae1
       if (ascii_strncasecmp ("subject:", uh->data, 8) == 0)
7f4ae1
       {
7f4ae1
 	p = skip_email_wsp(uh->data + 8);
7f4ae1
-	strncpy (buf, p, sizeof (buf));
7f4ae1
+	strfcpy (buf, p, sizeof (buf));
7f4ae1
       }
7f4ae1
     }
7f4ae1
   }