From: Jim Meyering Date: Fri, 11 Dec 2009 07:51:28 +0000 (+0100) Subject: doc: NEWS: mention that gnulib's mgetgroups fix affects id X-Git-Tag: v8.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3df2108b0d8fee99a3d7344db13fc3200da08f07;p=thirdparty%2Fcoreutils.git 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 --- 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]