]> granicus.if.org Git - sudo/commit
Use arc4random() for mkstemp/mkdtemp if available. If not, try to
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 31 Oct 2014 12:57:19 +0000 (06:57 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 31 Oct 2014 12:57:19 +0000 (06:57 -0600)
commit2040d4dde54a8ca0840b5b76b2e3e665af7c09fb
treed58cb311a4f19f312efb272335db474b6a0ee029
parentccc210eddbdba391ac986833162f0893b4217895
Use arc4random() for mkstemp/mkdtemp if available.  If not, try to
seed from /dev/urandom before falling back to the gettimeofday seed.
config.h.in
configure
configure.ac
lib/util/mktemp.c