diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-24 11:28:36 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-24 11:28:36 +0200 |
commit | ff32eb489f68fef5652d70cceb637b1e9239aaf8 (patch) | |
tree | 2af2e62ee3ac127c21a7b461a371b2f0f106db63 /open_issues | |
parent | 7ffe7a457d817231f7e2304ef6c07147c71e6369 (diff) |
open_issues/secure_file_descriptor_handling: Link to <https://wiki.freebsd.org/AtomicCloseOnExec>.
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/secure_file_descriptor_handling.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/open_issues/secure_file_descriptor_handling.mdwn b/open_issues/secure_file_descriptor_handling.mdwn index 45e983a7..c22d0d05 100644 --- a/open_issues/secure_file_descriptor_handling.mdwn +++ b/open_issues/secure_file_descriptor_handling.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2010, 2011 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2010, 2011, 2013 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -16,7 +17,8 @@ on this, posted patches to [[mailing_lists/libc-alpha]]. This works needs to be resumed and finished. ---- +Validate completeness according to <https://wiki.freebsd.org/AtomicCloseOnExec> +or a similar list. In <http://lwn.net/Articles/417421/> an interesting point is made: *you [may] want some [[unix/file_descriptor]] to still be open if 'exec' fails, but you |