]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(xgetgroups): Use xnmalloc, rather than xmalloc.
authorJim Meyering <jim@meyering.net>
Thu, 6 May 2004 14:43:31 +0000 (14:43 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 6 May 2004 14:43:31 +0000 (14:43 +0000)
commit76ef73f50a23ed943f9372f6dcb194eb9c855fed
tree6cbd9382818cd6cd8e3c3de17a61b0c96f3e5a73
parent782b73c51431bb4f3b549d1ffbfe7ac05551bf2a
(xgetgroups): Use xnmalloc, rather than xmalloc.
Don't add `1' to the buffer size (it was to protect against malloc
implementations that fail to allocate a buffer of size zero).
That is no longer necessary, since we use a malloc wrapper
on such systems.
src/id.c