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
This commit is contained in:
Jim Meyering 2009-12-11 08:51:28 +01:00
parent 829c418d67
commit 3df2108b0d

3
NEWS
View File

@ -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]