mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
The dependency violates the comment in realloc-gnu, which says that tests can't depend on realloc-gnu; some tests depend on mgetgroups, so mgetgroups can't depend on realloc-gnu. Problem reported by Daniel Richard G. in <http://lists.gnu.org/archive/html/bug-gnulib/2013-10/msg00056.html>. * lib/mgetgroups.c (mgetgroups): Don't call realloc (NULL, 0). * modules/mgetgroups (Depends-on): Depend on realloc-posix, not realloc-gnu.
29 lines
360 B
Plaintext
29 lines
360 B
Plaintext
Description:
|
|
Return the group IDs of a user or current process in malloc'd storage.
|
|
|
|
Files:
|
|
lib/mgetgroups.c
|
|
lib/mgetgroups.h
|
|
m4/mgetgroups.m4
|
|
|
|
Depends-on:
|
|
getgroups
|
|
getugroups
|
|
realloc-posix
|
|
xalloc-oversized
|
|
|
|
configure.ac:
|
|
gl_MGETGROUPS
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mgetgroups.c
|
|
|
|
Include:
|
|
"mgetgroups.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering, Eric Blake
|