[sudo-commits] sudo changeset 6693:bdb1d762a1d5

Todd C. Miller Todd.Miller at courtesan.com
Sun Mar 27 17:12:51 EDT 2011


changeset:	6693:bdb1d762a1d5 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/bdb1d762a1d5
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Mar 27 17:12:45 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