[sudo-commits] sudo changeset 14445:cee4e0c71070

Todd C. Miller Todd.Miller at sudo.ws
Tue Jan 3 15:25:26 MST 2023


changeset:	14445:cee4e0c71070 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/cee4e0c71070
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Jan 03 15:22:29 2023 -0700

Log Message:
	sudo_open_parent_dir: adjust loop terminating condition
	Checking for ep < pathend should be a bit clearer than ep != '\0'
	and has the advantage of working when pathend doesn't point to a
	NUL byte.  No intended change in behavior.

diffstat:

 lib/util/mkdir_parents.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



More information about the sudo-commits mailing list