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