[sudo-commits] sudo changeset 10443:a0d84832c154

Todd C. Miller Todd.Miller at courtesan.com
Wed May 11 07:08:17 MDT 2016


changeset:	10443:a0d84832c154 in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a0d84832c154
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue May 10 06:32:55 2016 -0600

Log Message:
	Remove unnecessary NULL checks in the RUNAS_CHANGED macro.  The
	only place where the pointers could be NULL is in visudo_json.c but
	we already check for "next" being NULL there.  Quiets a cppcheck
	warning.

diffstat:

 plugins/sudoers/parse.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


More information about the sudo-commits mailing list