[sudo-commits] sudo changeset 6694:65c468599688

Todd C. Miller Todd.Miller at courtesan.com
Sun Mar 27 17:13:39 EDT 2011


changeset:	6694:65c468599688 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/65c468599688
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Mar 27 17:13:35 2011 -0400

Log Message:
	Use bitwise AND instead of modulus to check for length being odd.
	A newline in the middle of a string is an error unless a line
	continuation character is used.

diffstat:

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



More information about the sudo-commits mailing list