* src/groupmems.c: When removing an user, check if deluser is on

the list, not adduser. This fixes a segmentation fault for every
	call of groupmems -d.
	* libmisc/list.c: Add assertions to help identifying these issues.
	* libmisc/list.c: Avoid implicit conversion of pointers to
	booleans.
This commit is contained in:
nekral-guest
2008-08-30 18:29:08 +00:00
parent 77f81fa0b6
commit 0c7df2f9a0
4 changed files with 23 additions and 4 deletions

1
NEWS
View File

@@ -18,6 +18,7 @@ shadow-4.1.2.1 -> shadow-4.1.3 UNRELEASED
group.
* Added syslog support.
* Use the groupmems PAM service name instead of groupmod.
* Fix segmentation faults when adding or removing users from a group.
- newusers
* Implement the -r, --system option.
- passwd