summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-08-15 23:21:05 +0200
committerBruno Haible <bruno@clisp.org>2022-08-15 23:21:05 +0200
commitbb0e79e200e76b9181c1a80f64cff88aa01c5797 (patch)
treeafd2d204804bbd5de5fd1818df75c4cbf144dd1a /ChangeLog
parenta7ef21bf347da5e3a8b5492b849d633ef3252d62 (diff)
downloadgnulib-bb0e79e200e76b9181c1a80f64cff88aa01c5797.tar.gz
tempname: Fix a comment.
* lib/tempname.c (try_tempname_len): Use of entropy makes the function more, not less, secure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e20db7e37..6029c731a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-08-15 Bruno Haible <bruno@clisp.org>
+
+ tempname: Fix a comment.
+ * lib/tempname.c (try_tempname_len): Use of entropy makes the function
+ more, not less, secure.
+
2022-08-15 Paul Eggert <eggert@cs.ucla.edu>
tempname: remove incorrect comment