[sudo-commits] sudo changeset 9782:7a7096ab82c9

Todd C. Miller Todd.Miller at courtesan.com
Fri Oct 31 06:57:44 MDT 2014


changeset:	9782:7a7096ab82c9 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/7a7096ab82c9
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Oct 31 06:57:19 2014 -0600

Log Message:
	Use arc4random() for mkstemp/mkdtemp if available.  If not, try to
	seed from /dev/urandom before falling back to the gettimeofday seed.

diffstat:

 config.h.in       |   3 ++
 configure         |   2 +-
 configure.ac      |   2 +-
 lib/util/mktemp.c |  58 +++++++++++++++++++++++++++++++++++++-----------------
 4 files changed, 45 insertions(+), 20 deletions(-)


More information about the sudo-commits mailing list