X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/19304f7c526fbe36ba0db2fb80bcaf3bd974d81d..19b0c8668052e0b78e7dc46cee155de14c13a26c:/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);