case OP_VERIFY_KEY:
- mutt_mktemp (tempfile);
+ mutt_mktemp (tempfile, sizeof (tempfile));
if ((devnull = fopen ("/dev/null", "w")) == NULL) /* __FOPEN_CHECKED__ */
{
mutt_perror _("Can't open /dev/null");
if (!tempf)
{
- mutt_mktemp (tempfb);
+ mutt_mktemp (tempfb, sizeof (tempfb));
tempf = tempfb;
}