[sudo-commits] sudo changeset 13473:26153ad9c6ca

Todd C. Miller Todd.Miller at sudo.ws
Wed Sep 8 15:33:13 MDT 2021


changeset:	13473:26153ad9c6ca in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/26153ad9c6ca
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Sep 08 11:09:59 2021 -0600

Log Message:
	sudo_intercept.so: only replace execvpe() if it is present.
	execvpe() is a GNU extension also found on *BSD (but not macOS).

diffstat:

 MANIFEST             |   2 +-
 configure            |  22 +++++++++++++++++++++-
 configure.ac         |   5 ++++-
 m4/sudo.m4           |  11 +++++++++++
 src/Makefile.in      |   2 +-
 src/intercept.exp    |   7 -------
 src/intercept.exp.in |   6 ++++++
 src/sudo_intercept.c |   6 ++++++
 8 files changed, 50 insertions(+), 11 deletions(-)



More information about the sudo-commits mailing list