We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fc7ab commit 181b639Copy full SHA for 181b639
1 file changed
NEWS
@@ -1,3 +1,17 @@
1
+What's new in Sudo 1.9.14p2
2
+
3
+ * Fixed a crash on Linux systems introduced in version 1.9.14 when
4
+ running a command with a NULL argv[0] if "log_subcmds" or
5
+ "intercept" is enabled in sudoers.
6
7
+ * Fixed a problem with "stair-stepped" output when piping or
8
+ redirecting the output of a sudo command that takes user input.
9
10
+ * Fixed a bug introduced in sudo 1.9.14 that affects matching
11
+ sudoers rules containing a Runas_Spec with an empty Runas user.
12
+ These rules should only match when sudo's -g option is used but
13
+ were matching even without the -g option. GitHub issue #290.
14
15
What's new in Sudo 1.9.14p1
16
17
* Fixed an invalid free bug in sudo_logsrvd that was introduced
0 commit comments