[sudo-commits] sudo changeset 10823:f840a22fac1c

Todd C. Miller Todd.Miller at courtesan.com
Fri Jan 27 09:28:32 MST 2017


changeset:	10823:f840a22fac1c in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/f840a22fac1c
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Jan 27 09:26:51 2017 -0700

Log Message:
	Always set the close-on-exec bit on the fd used to generate the
	digest (i.e. the command to run) on systems that lack fexecve(2).
	That way we don't need to explicitly close it using #ifdefs.

diffstat:

 plugins/sudoers/match.c |  47 +++++++++++++++++++++++++++++------------------
 1 files changed, 29 insertions(+), 18 deletions(-)


More information about the sudo-commits mailing list