DragonFly BSD
DragonFly kernel List (threaded) for 2004-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Douwe Kiela's Patches


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Tue, 26 Oct 2004 12:37:09 +0200

On Mon, Oct 25, 2004 at 10:59:40PM +0200, Douwe Kiela wrote:
> AFAIK the only changes that NetBSD also has are the change from mktemp to
> mkstemp, which is a logical one since mktemp is marked LEGACY by the X/Open
> standard and insecure.

For the archive, mktemp is not insecure per se. It should be avoided, because
using it safely is difficult (O_CREAT | O_EXCL) and might not be safe for
non-local filesystems, but it can be actually used safely.

Joerg



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