* lib/tempname.c (try_tempname_len): Use of entropy makes the function
more, not less, secure.
+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
/* Whether to consume entropy when acquiring random bits. On the
first try it's worth the entropy cost with __GT_NOCREATE, which
is inherently insecure and can use the entropy to make it a bit
- less secure. On the (rare) second and later attempts it might
+ more secure. On the (rare) second and later attempts it might
help against DoS attacks. */
bool use_getrandom = tryfunc == try_nocreate;