From b4325e64c88670856e7fb14baf456c41ba145edb Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 27 Jan 2023 14:44:45 -0700 Subject: [PATCH] Mention the recent intercept/log_subcmds fix. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 01433ab33..01333ac16 100644 --- a/NEWS +++ b/NEWS @@ -87,6 +87,10 @@ What's new in Sudo 1.9.13 Sudo will now link using -Wl,--no-undefined by default if possible. GitHub issue #234. + * Fixed a bug executing a command with a very long argument vector + when "log_subcmds" or "intercept" is enabled on a system where + "intercept_type" is set to "trace". GitHub issue #194. + What's new in Sudo 1.9.12p2 * Fixed a compilation error on Linux/aarch64. GitHub issue #197.