[sudo-commits] sudo changeset 9402:1be217c71ce7

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


changeset:	9402:1be217c71ce7 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/1be217c71ce7
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Mar 26 13:50:51 2014 -0600

Log Message:
	Make hexchar() return -1 on invalid input instead of calling fatalx().
	Callers used to check that the string was hex before calling hexchar().
	Now callers must check for a -1 return value instead.

diffstat:

 plugins/sudoers/hexchar.c   |  9 ++++++---
 plugins/sudoers/match.c     |  9 ++++-----
 plugins/sudoers/toke_util.c |  8 +++-----
 3 files changed, 13 insertions(+), 13 deletions(-)


More information about the sudo-commits mailing list