X-Git-Url: https://git.pld-linux.org/?p=packages%2Fmutt.git;a=blobdiff_plain;f=mutt-rr.compressed.patch;h=11ef6b6a16ffb4adcb5033e444a74b5030008a05;hp=c49bf422c8dbdcc32ab67e189fc01d09ee2da71d;hb=bbee9f5d9dcc19f7ad4ac9c1ff80bf022020bde0;hpb=ee758747bdd4aa7b2ee57d79e9efc67b46ce368b diff --git a/mutt-rr.compressed.patch b/mutt-rr.compressed.patch index c49bf42..11ef6b6 100644 --- a/mutt-rr.compressed.patch +++ b/mutt-rr.compressed.patch @@ -142,7 +142,7 @@ diff -udprP mutt-1.5.19.orig/compress.c mutt-1.5.19/compress.c + ctx->realpath = ctx->path; + + /* Uncompress to /tmp */ -+ mutt_mktemp (tmppath); ++ mutt_mktemp (tmppath, sizeof(tmppath)); + ctx->path = safe_malloc (strlen (tmppath) + 1); + strcpy (ctx->path, tmppath); +}