"Jordan Crouse" <jordan.crouse@amd.com> says:
authorRob Landley <rob@landley.net>
Tue, 22 Aug 2006 23:40:28 +0000 (23:40 -0000)
committerRob Landley <rob@landley.net>
Tue, 22 Aug 2006 23:40:28 +0000 (23:40 -0000)
commitecb29573e9d2caf59de17fcb4efff129b35ad792
treebe1be2a0dadab03bb2ca20751b0c60524a53dcb1
parent98a915713d8d07dccd47067869978ec73543cbfc
"Jordan Crouse" <jordan.crouse@amd.com> says:
The following patch makes coreutils/test.c act fail gracefully if getgroups()
returns a -1.  This fixes a problem on the One Laptop Per Child ROM image
whereby we were getting odd Memory exhausted messages for '[' and 'test'.

Found by Mitch Bradley <wmb@firmworks.com>
(Tweaked by Rob: no need to initialize a static to NULL, or realloc something
that's only allocated when it's NULL.)
coreutils/test.c