[sudo-commits] sudo changeset 9111:45018a149cb4

Todd C. Miller Todd.Miller at courtesan.com
Sun Nov 17 19:26:13 MST 2013


changeset:	9111:45018a149cb4 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/45018a149cb4
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Nov 17 16:11:39 2013 -0700

Log Message:
	Add debug_return_const_str and debug_return_const_ptr for returning
	a const string or pointer.  Using const for the normal versions
	produces warnings with the Tru64 compiler.

diffstat:

 include/sudo_debug.h       |  26 +++++++++++++++++++++-----
 plugins/sudoers/defaults.c |   4 ++--
 plugins/sudoers/ldap.c     |   2 +-
 src/exec_common.c          |   2 +-
 4 files changed, 25 insertions(+), 9 deletions(-)


More information about the sudo-commits mailing list