[Bug 3361] id -n -g returns 1 on groups with more then 14 members
bugzilla at busybox.net
bugzilla at busybox.net
Thu Mar 10 21:52:39 UTC 2011
https://bugs.busybox.net/show_bug.cgi?id=3361
--- Comment #1 from Michael Tokarev <mjt+busybox at tls.msk.ru> ---
I can't reproduce this with 0.18.
$ grep mjt /etc/group | wc -l
24
$ busybox id -n -g mjt
mjt
$ echo $?
0
$_
This is with either built-in (in-bb) pwd&grp or using the one from glibc (ie,
with or without CONFIG_USE_BB_PWD_GRP).
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list