[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: temp file hole?
From: |
Michael Albinus |
Subject: |
Re: temp file hole? |
Date: |
Sat, 06 Oct 2007 12:12:35 +0200 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>> The other reason why I have switched from make-temp-file to
>> make-temp-name is that make-temp-file creates a file without the
>> possibility to declare a file name extension. In Tramp, it is
>
> Then please use make-temp-file when the SUFFIX arg is available, so at least
> the security hole is plugged in Emacs-22.
That's what I've done meanwhile, see tramp-compat.el.
> Stefan
Best regards, Michael.