]> granicus.if.org Git - sudo/commit
Use bitwise AND instead of modulus to check for length being odd.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 27 Mar 2011 21:16:15 +0000 (17:16 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 27 Mar 2011 21:16:15 +0000 (17:16 -0400)
commit9dd46b2527877caf69b11e809e4bcf42b42bcd83
tree986bbbc879743a63f6f4890e58adbc4bd71aaa50
parent40a297c9a3d68e524c6e9e0b32d740bec6595204
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.

--HG--
branch : 1.7
toke.c
toke.l