lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 6 Sep 2007 04:34:20 -0700
From:	"Ulrich Drepper" <drepper@...il.com>
To:	"Michael Kerrisk" <mtk-manpages@....net>
Cc:	lkml <linux-kernel@...r.kernel.org>
Subject: Re: O_CLOEXEC / MSG_CMSG_CLOEXEC documentation

On 9/5/07, Michael Kerrisk <mtk-manpages@....net> wrote:
>     O_CLOEXEC (Since Linux 2.6.23)
>           Enable   the  close-on-exec  flag  for  the  new  file
>           descriptor.  This is useful in multithreaded  programs
>           since  using  a separate fcntl(2) F_SETFD operation to
>           set the FD_CLOEXEC flag does not suffice to avoid race
>           conditions  in multithreaded programs where one thread
>           opens a file descriptor at the same  time  as  another
>           thread does a fork(2) plus execve(2).

Correct, although you might want to reconsider the repetition of "in
multithreaded programs".

Plus, it's also useful in other programs since it avoids the
additional system call to fcntl.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ