-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getgrent fails if a line in /etc/groups gets too long #8092
Comments
From michiel@blotwijk.comCreated by michiel@altiplano.beThe function getgrent throws an error if a line in /etc/groups gets 1/ Manually add a large number of users to a group in /etc/group. It doesn't 2/ perl -e 'use User::grent; while (my $gr = getgrent() ) { print This will return an "Out of memory!" message. This thread seems to be related: Perl Info
|
From @smpeters
The issue mentioned on the Debian lists is indeed the problem. The fix |
The RT System itself - Status changed from 'new' to 'open' |
@smpeters - Status changed from 'open' to 'resolved' |
From michiel@blotwijk.comSorry to be a pain, but I can't find any reference to change #25084. |
Migrated from rt.perl.org#37056 (status was 'resolved')
Searchable as RT37056$
The text was updated successfully, but these errors were encountered: