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

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