[sudo-commits] sudo changeset 9406:5e8d3006862d

Todd C. Miller Todd.Miller at courtesan.com
Wed Mar 26 20:36:36 MDT 2014


changeset:	9406:5e8d3006862d in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/5e8d3006862d
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Mar 26 16:44:29 2014 -0600

Log Message:
	Make a password/group cache collision a warning rather than fatal.
	This should not be possible in practice and we can safely return
	the new (potentially duplicate) item as it will be freed by the
	caller.  Make sudo_set_grlist() return an error on failure instead
	of calling fatalx().

diffstat:

 plugins/sudoers/pwutil.c  |  51 ++++++++++++++++++++++++++++++++--------------
 plugins/sudoers/sudoers.h |   3 +-
 2 files changed, 36 insertions(+), 18 deletions(-)


More information about the sudo-commits mailing list