2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00
This commit is contained in:
Todd C. Miller 2021-02-17 18:59:19 -07:00
parent 9937d08031
commit ac45fba899

4
NEWS
View File

@ -56,6 +56,10 @@ What's new in Sudo 1.9.6
"/home/userfoo" instead of "/home/user/foo". This also affects "/home/userfoo" instead of "/home/user/foo". This also affects
the runchroot and runcwd Defaults settings. 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 What's new in Sudo 1.9.5p2
* Fixed sudo's setprogname(3) emulation on systems that don't * Fixed sudo's setprogname(3) emulation on systems that don't