You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Previously commit 92678da was added to allow resolving "root" to uid 0
* When testing -g option a similar issue was discovered (gid of 0 was being treated as a failure of getpwnam)
* This was discovered while testing against id on my Linux system
%grep '^root' /etc/group
root:x:0:
%/usr/bin/id -g root
0
%perl id -g root # before patch
1000
0 commit comments