Message99675
> I would suggest using my _DARWIN_C_SOURCE implementation
> unconditionally and make similar changes to posix_setgroups, but this
> is probably a subject for a separate issue.
I would propose a different strategy: if _SC_NGROUPS_MAX is defined, use
that to find out how much memory to allocate, otherwise, fall back to
the current max array size. Can you find out whether doing so would also
fix the issue at hand? |
|
Date |
User |
Action |
Args |
2010-02-21 18:58:38 | loewis | set | recipients:
+ loewis, ronaldoussoren, orsenthil, michael.foord, Alexander.Belopolsky, l0nwlf |
2010-02-21 18:58:36 | loewis | link | issue7900 messages |
2010-02-21 18:58:36 | loewis | create | |
|