[sudo-commits] sudo changeset 8425:377499e5827c

Todd C. Miller Todd.Miller at courtesan.com
Mon Sep 17 22:10:37 EDT 2012


changeset:	8425:377499e5827c in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/377499e5827c
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Sep 17 16:59:26 2012 -0400

Log Message:
	No need to translate "unable to allocate memory" when we can just
	use the system translation via strerror().

diffstat:

 common/alloc.c                     |  17 +++++++++--------
 plugins/sample_group/plugin_test.c |   2 +-
 plugins/sudoers/env.c              |   2 +-
 plugins/sudoers/toke.c             |   6 +++---
 plugins/sudoers/toke.l             |   6 +++---
 plugins/sudoers/toke_util.c        |   7 ++++---
 src/exec_common.c                  |   2 +-
 src/parse_args.c                   |   2 +-
 src/sudo.c                         |  10 +++++-----
 9 files changed, 28 insertions(+), 26 deletions(-)



More information about the sudo-commits mailing list