* NEWS, libmisc/addgrps.c: Fix allocator loop. Continue to

getgroups() when getgroups fails (-1) with errno==EINVAL.
This commit is contained in:
nekral-guest
2011-06-02 15:36:29 +00:00
parent 99d0164837
commit f140c3a0e5
3 changed files with 14 additions and 1 deletions

4
NEWS
View File

@@ -27,6 +27,8 @@ shadow-4.1.4.3 -> shadow-4.1.5 UNRELEASED
enabled versions only)
* Fixed infinite loop when CONSOLE is configured with a colon-separated
list of TTYs.
* Fixed warning and support for CONSOLE_GROUPS for users member of more
than 16 groups.
- su
* Document the su exit values.
* When su receives a signal, wait for the child to terminate (after
@@ -35,6 +37,8 @@ shadow-4.1.4.3 -> shadow-4.1.5 UNRELEASED
* Default ENV_SUPATH is /sbin:/bin:/usr/sbin:/usr/bin
* Fixed infinite loop when CONSOLE is configured with a colon-separated
list of TTYs.
* Fixed warning and support for CONSOLE_GROUPS for users member of more
than 16 groups.
- newgrp, sg, groupmems
* Fix parsing of gshadow entries.
- useradd