summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-05-27 19:38:36 +0200
committerBruno Haible <bruno@clisp.org>2020-05-28 21:39:50 +0200
commit520a9d23e25b4e4ca109f7e264faa40b641d7094 (patch)
treef1857c6c49f2c0fbcda0bd9d0fb4b80e81e3203a /ChangeLog
parenta2fe36d527ab98e3a586ff3c830cbe9271f988c3 (diff)
downloadgnulib-520a9d23e25b4e4ca109f7e264faa40b641d7094.tar.gz
crypto/gc: Make more robust in multithreaded applications.
* lib/gc-gnulib.c (randomize): Pass an O_CLOEXEC flag to open(). * modules/crypto/gc (Depends-on): Add 'open'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 744ab9f0e2..7c6e193946 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2020-05-28 Bruno Haible <bruno@clisp.org>
+ crypto/gc: Make more robust in multithreaded applications.
+ * lib/gc-gnulib.c (randomize): Pass an O_CLOEXEC flag to open().
+ * modules/crypto/gc (Depends-on): Add 'open'.
+
+2020-05-28 Bruno Haible <bruno@clisp.org>
+
copy-file: Make more robust in multithreaded applications.
* lib/copy-file.c (qcopy_file_preserving): Pass an O_CLOEXEC flag to
open().