Re: os.tmpname makes empty file
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: os.tmpname makes empty file
- From: "Eero Pajarre" <epajarre@...>
- Date: 2008年2月24日 10:49:09 +0200
Looking at how mkstemp is used in luaconf.h
is it any safer than using tmpnam?
I get the feeling that the problem is in the tmpname
API, and that cannot really be fixed. A better API
should be added.
Eero