From 88c4a9668e231325713d8fbe78a41f9d17d72739 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 10 Dec 2014 14:06:34 -0700 Subject: [PATCH] fnmatch fix --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index e4caaea0a..9e910b3ad 100644 --- a/NEWS +++ b/NEWS @@ -50,6 +50,11 @@ What's new in Sudo 1.8.12 install their own SIGCHLD signal handler and neglect to restore sudo's original handler. Bug #657 + * Removed a limit on the length of command line arguments expanded + by a wild card using sudo's version of the fnmatch() function. + This limit was introduced when sudo's version of fnmatch() + was replaced in sudo 1.8.4. + What's new in Sudo 1.8.11p2 * Fixed a bug where dynamic shared objects loaded from a plugin -- 2.40.0