Re: max group name length

2004-09-24 Thread David Landgren
David Bear wrote: was just trying to determine the maximum string length of a group name. found struct group { char*gr_name; /* group name */ but no size. any pointers (with limits)? Hmm, I had a browse through the kernel source for a while but didn't find anything definit

Re: max group name length

2003-06-26 Thread David Landgren
David Bear wrote: was just trying to determine the maximum string length of a group name. found struct group { char*gr_name; /* group name */ but no size. any pointers (with limits)? Hmm, I had a browse through the kernel source for a while but didn't find anything defin