[sudo-commits] sudo changeset 14885:d1cb1882d7e8

Todd C. Miller Todd.Miller at sudo.ws
Wed Jul 12 09:32:31 MDT 2023


changeset:	14885:d1cb1882d7e8 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d1cb1882d7e8
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Jul 12 09:29:00 2023 -0600

Log Message:
	Fix a crash in intercept mode running a command with NULL argv[0].

	Newer Linux kernels replace a NULL argv[0] with the empty string,
	we should as well.

diffstat:

 src/exec_ptrace.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



More information about the sudo-commits mailing list