[sudo-commits] sudo changeset 9814:942770c20422

Todd C. Miller Todd.Miller at courtesan.com
Wed Dec 10 14:01:34 MST 2014


changeset:	9814:942770c20422 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/942770c20422
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Dec 10 14:00:12 2014 -0700

Log Message:
	Remove artificial limit on length of pattern and string.  It is
	possible to use fnmatch() on things other than paths (such as
	arguments) so a limit of PATH_MAX does not make sense.  Fixes a bug
	where rules would fail to match if the length of the arguments were
	larger than PATH_MAX (usually 1024).

diffstat:

 lib/util/fnmatch.c |  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


More information about the sudo-commits mailing list