lua-users home
lua-l archive

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


>../../lib/liblualib.a(liolib.o): In function `io_tmpname':
>liolib.o(.text+0xc80): the use of `tmpnam' is dangerous, better use `mkstemp'

We did not remove tmpname. We added tmpfile, which might be a replacement for
tmpname, but not always.
--lhf