[sudo-commits] sudo changeset 5556:ea2e990f85ed

Todd C. Miller Todd.Miller at courtesan.com
Thu Jun 10 17:53:00 EDT 2010


changeset:	5556:ea2e990f85ed in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/ea2e990f85ed
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jun 10 17:52:51 2010 -0400

Log Message:
	A comment character may not be part of a command line argument
	unless it is quoted with a backslash.  Fixes parsing of:
	    testuser ALL=NOPASSWD: /usr/bin/wl #comment foo bar
	closes bz #441

diffstat:

 plugins/sudoers/toke.c |  294 +++++++++++++++++++++++++-----------------------
 plugins/sudoers/toke.l |    2 +-
 2 files changed, 152 insertions(+), 144 deletions(-)



More information about the sudo-commits mailing list