From ac45fba8991369567789fb76e9c88e8f8de96c11 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 17 Feb 2021 18:59:19 -0700 Subject: [PATCH] Bug #960. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index d827c6744..e750fae90 100644 --- a/NEWS +++ b/NEWS @@ -56,6 +56,10 @@ What's new in Sudo 1.9.6 "/home/userfoo" instead of "/home/user/foo". This also affects the runchroot and runcwd Defaults settings. + * Fixed a bug on systems without a native getdelim(3) function + where very long lines could cause parsing of the sudoers file + to end prematurely. Bug #960. + What's new in Sudo 1.9.5p2 * Fixed sudo's setprogname(3) emulation on systems that don't