[sudo-commits] sudo changeset 11890:176ae5cf1d94

Todd C. Miller Todd.Miller at sudo.ws
Sat Nov 2 10:58:24 MDT 2019


changeset:	11890:176ae5cf1d94 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/176ae5cf1d94
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Nov 02 10:52:34 2019 -0600

Log Message:
	Open all pipes using pipe2() with O_CLOEXEC.
	We no longer depend on calling closefrom() before exec.

diffstat:

 plugins/sudoers/logging.c |  28 ++++++++++++++--------------
 src/exec_monitor.c        |   9 +++++++++
 src/exec_pty.c            |  11 ++++++-----
 src/tgetpass.c            |  17 ++++++++++++-----
 4 files changed, 41 insertions(+), 24 deletions(-)


More information about the sudo-commits mailing list