[sudo-commits] sudo changeset 13591:1ca9d10ff780

Todd C. Miller Todd.Miller at sudo.ws
Wed Oct 20 10:04:40 MDT 2021


changeset:	13591:1ca9d10ff780 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/1ca9d10ff780
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Oct 20 09:53:01 2021 -0600

Log Message:
	Use our own getentropy() by default on Linux.
	The glibc getentropy() emulation will fail on older kernels that
	don't support getrandom().
	Also use sudo_fatal() instead of sending SIGKILL on getentropy() failure.
	GitHub issue #117.

diffstat:

 config.h.in           |   3 ---
 configure             |  11 ++++-------
 configure.ac          |   5 ++++-
 lib/util/arc4random.c |   7 ++-----
 4 files changed, 10 insertions(+), 16 deletions(-)



More information about the sudo-commits mailing list