[sudo-commits] sudo changeset 6698:37a7f1fc54b7

Todd C. Miller Todd.Miller at courtesan.com
Sun Mar 27 17:16:22 EDT 2011


changeset:	6698:37a7f1fc54b7 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/37a7f1fc54b7
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Mar 27 17:16:15 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:

 toke.c |  22 +++++++++++++---------
 toke.l |   6 +++++-
 2 files changed, 18 insertions(+), 10 deletions(-)



More information about the sudo-commits mailing list