X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/19304f7c526fbe36ba0db2fb80bcaf3bd974d81d..2a21a8d0e236c24d3b12a57730e867c958f9d38c:/pgpmicalg.c?ds=sidebyside diff --git a/pgpmicalg.c b/pgpmicalg.c index d22c50c..3751982 100644 --- a/pgpmicalg.c +++ b/pgpmicalg.c @@ -170,7 +170,7 @@ static short pgp_find_hash (const char *fname) short rv = -1; - mutt_mktemp (tempfile); + mutt_mktemp (tempfile, sizeof (tempfile)); if ((out = safe_fopen (tempfile, "w+")) == NULL) { mutt_perror (tempfile);