diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-07-20 23:23:18 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-07-20 23:23:18 +0100 |
commit | 39ab9952e8255cb99e9c0abcc8bbec43158a55d7 (patch) | |
tree | 66f73559ea86998c8ac97684029aca20308c5721 /ChangeLog | |
parent | 9a192dddd277b2bf94785c9d13f3bfeb41715cf2 (diff) | |
download | zsh-39ab9952e8255cb99e9c0abcc8bbec43158a55d7.tar.gz zsh-39ab9952e8255cb99e9c0abcc8bbec43158a55d7.tar.xz zsh-39ab9952e8255cb99e9c0abcc8bbec43158a55d7.zip |
31545: Use of FD_CLOEXEC to remove possibility of fd reuse.
File descriptors of mmap'd dump files are closed if and only if an exec is performed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 387d3f230..37436aae4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-07-20 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 31545: Src/exec.c, Src/parse.c: if FD_CLOEXEC is available, + so mark dump file file descriptors, avoiding possible + multiple use of file descriptors. + 2013-07-19 Peter Stephenson <p.w.stephenson@ntlworld.com> * c.f. 31531: Completion/Unix/Command/_imagemagick, |