From 3df2108b0d8fee99a3d7344db13fc3200da08f07 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 11 Dec 2009 08:51:28 +0100 Subject: [PATCH] doc: NEWS: mention that gnulib's mgetgroups fix affects id * NEWS (Bug fixes): Mention the "id" bug fix inherited via this gnulib change: "mgetgroups: do not write bytes beyond end of malloc'd buffer" http://git.sv.gnu.org/cgit/gnulib.git/commit/?id=51d5e813e9ee6cf23 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index f3456b67ec..02f2ce0757 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + id's use of mgetgroups no longer writes beyond the end of a malloc'd buffer + [bug introduced in coreutils-8.1] + id no longer crashes on systems without supplementary group support. [bug introduced in coreutils-8.1] -- 2.47.3