getgroups: fix logic error
[gnulib.git] / ChangeLog
index 1eab8f6..256cb99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-11-13  Eric Blake  <ebb9@byu.net>
+
+       getgroups: fix logic error
+       * lib/getgroups.c (rpl_getgroups): Don't fail if current process
+       has more than 20 groups.
+       * modules/getgroups-tests: New test.
+       * tests/test-getgroups.c: New file.
+
 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
 
        fts: do not fail on a submount during traversal