[sudo-commits] sudo changeset 6740:78e281152c3a

Todd C. Miller Todd.Miller at courtesan.com
Thu Mar 31 12:48:08 EDT 2011


changeset:	6740:78e281152c3a in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/78e281152c3a
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Mar 31 12:48:01 2011 -0400

Log Message:
	Avoid using pre or post increment in a parameter to a ctype(3)
	function as it might be a macro that causes the increment to happen
	more than once.

diffstat:

 plugins/sudoers/toke.c |  6 +++---
 plugins/sudoers/toke.l |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)



More information about the sudo-commits mailing list