[sudo-commits] sudo changeset 12760:1859fe3da40c

Todd C. Miller Todd.Miller at sudo.ws
Wed Dec 2 13:20:21 MST 2020


changeset:	12760:1859fe3da40c in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/1859fe3da40c
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Dec 02 13:12:09 2020 -0700

Log Message:
	Change alias_add() to return bool and set errno on failure.
	This fixes a localization problem where the error message could
	have been reported in the wrong locale.

diffstat:

 plugins/sudoers/alias.c |   31 +-
 plugins/sudoers/gram.c  |  596 ++++++++++++++++++++++++-----------------------
 plugins/sudoers/gram.h  |    4 +-
 plugins/sudoers/gram.y  |   42 +-
 plugins/sudoers/parse.h |    2 +-
 5 files changed, 334 insertions(+), 341 deletions(-)



More information about the sudo-commits mailing list