]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: NEWS: mention that gnulib's mgetgroups fix affects id
authorJim Meyering <meyering@redhat.com>
Fri, 11 Dec 2009 07:51:28 +0000 (08:51 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 11 Dec 2009 07:51:28 +0000 (08:51 +0100)
* 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

diff --git a/NEWS b/NEWS
index f3456b67ec727b7e93ef58716006e9789c5e9211..02f2ce07574c262d2ebe419c530fb8c7d39441bd 100644 (file)
--- 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]