quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Quilt-dev] [PATCH] Fix temporary file leak in mail command


From: Jean Delvare
Subject: Re: [Quilt-dev] [PATCH] Fix temporary file leak in mail command
Date: Tue, 14 Feb 2006 19:49:02 +0100

Hi all,

Quoting myself:
> The mail command leaks temporary files. I seem to understand that it is
> done on purpose in some cases, but shoudln't we at least fix this one?
> 
> Index: quilt/mail.in
> ===================================================================
> RCS file: /cvsroot/quilt/quilt/quilt/mail.in,v
> retrieving revision 1.22
> diff -u -r1.22 mail.in
> --- quilt/mail.in     3 Feb 2006 12:04:31 -0000       1.22
> +++ quilt/mail.in     9 Feb 2006 18:42:16 -0000
> @@ -370,6 +370,7 @@
>                       "$introduction" >&2
>       else
>               printf $"Introduction has no subject header\n"
> +             rm -f $introduction
>       fi
>       exit 1
>  fi

Committed.

-- 
Jean Delvare




reply via email to

[Prev in Thread] Current Thread [Next in Thread]