diff options
author | Jim Meyering <meyering@redhat.com> | 2009-12-11 08:51:28 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-12-11 08:51:28 +0100 |
commit | 3df2108b0d8fee99a3d7344db13fc3200da08f07 (patch) | |
tree | 23e279a015245f6eed6ae07c323ee5a0ae11f2ac /NEWS | |
parent | 829c418d67c45f2297faaffed2a695302c5c5310 (diff) | |
download | coreutils-3df2108b0d8fee99a3d7344db13fc3200da08f07.tar.xz |
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
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |