[sudo-commits] sudo changeset 9404:183106753690

Todd C. Miller Todd.Miller at courtesan.com
Wed Mar 26 16:00:42 MDT 2014


changeset:	9404:183106753690 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/183106753690
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Mar 26 14:15:15 2014 -0600

Log Message:
	In find_path(), return NOT_FOUND_ERROR instead of calling fatal()
	if the path is too long.  Remove an extraneous check against PATH_MAX
	in set_cmnd() since find_path() already contains such a check.

diffstat:

 plugins/sudoers/find_path.c |   7 ++++---
 plugins/sudoers/sudoers.c   |  12 ++++++------
 plugins/sudoers/sudoers.h   |   5 +++--
 3 files changed, 13 insertions(+), 11 deletions(-)


More information about the sudo-commits mailing list