X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/647ac5444d022537a1f0854dd309494c511dfe07..0e96c15b2242bc98ca58bd37d06142c13c17f6e7:/headers.c?ds=sidebyside diff --git a/headers.c b/headers.c index 5d22489..72ee3eb 100644 --- a/headers.c +++ b/headers.c @@ -44,7 +44,7 @@ void mutt_edit_headers (const char *editor, struct stat st; LIST *cur, **last = NULL, *tmp; - mutt_mktemp (path); + mutt_mktemp (path, sizeof (path)); if ((ofp = safe_fopen (path, "w")) == NULL) { mutt_perror (path);