bug-autoconf
[Top][All Lists]
Advanced

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

[Bruno Haible] Bug#278283: insecure temporary file usage in gettextize a


From: Alexandre Duret-Lutz
Subject: [Bruno Haible] Bug#278283: insecure temporary file usage in gettextize and autopoint
Date: Tue, 26 Oct 2004 21:40:09 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

From: Bruno Haible <address@hidden>
To: Alexandre Duret-Lutz <address@hidden>
Subject: Re: Bug#278283: insecure temporary file usage in gettextize and 
autopoint (fwd)
Date: Tue, 26 Oct 2004 20:34:55 +0200

>   tmp=$TMPDIR/foo$$-$RANDOM
>   (umask 077 && mkdir $tmp)

I think that line should be

    (umask 077 && mkdir "$tmp")

because $TMPDIR can contain spaces or asterisks or so.

Bruno





reply via email to

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