]> granicus.if.org Git - sudo/commit
Add debug_return_const_str and debug_return_const_ptr for returning
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 17 Nov 2013 23:11:39 +0000 (16:11 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 17 Nov 2013 23:11:39 +0000 (16:11 -0700)
commit6c71ad5c1581e37a8833add67312fadd4191387b
tree55258644a46fffe4b71dcf1c02197399b4977ba9
parentbf65cc041effe5e66f8561347c1448dea1cbd630
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.
include/sudo_debug.h
plugins/sudoers/defaults.c
plugins/sudoers/ldap.c
src/exec_common.c