[sudo-commits] sudo changeset 6741:8a94ebdd53b8

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


changeset:	6741:8a94ebdd53b8 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/8a94ebdd53b8
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Mar 31 12:48:32 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