[sudo-commits] sudo changeset 14019:9a8ce7aef55d

Todd C. Miller Todd.Miller at sudo.ws
Fri Jun 3 11:34:09 MDT 2022


changeset:	14019:9a8ce7aef55d in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9a8ce7aef55d
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Jun 03 09:43:34 2022 -0600

Log Message:
	Avoid using vfork(2) in the DSO system(3) wrapper.
	Traditional vfork(2) semantics make it unsafe for use for more than
	just vfork(2) + execve(2).

diffstat:

 config.h.in          |  3 ---
 configure            |  2 --
 configure.ac         |  2 +-
 src/sudo_intercept.c |  6 +-----
 4 files changed, 2 insertions(+), 11 deletions(-)



More information about the sudo-commits mailing list