Bug#227621: damn bug

2005-07-05 Thread Brendan O'Dea
On Thu, Jun 30, 2005 at 08:25:32PM +0200, Peter Gervai wrote: #!/usr/bin/perl while (my @gr=getgrent()) { print $gr[0] . \n open(F,/etc/passwd);close(F); } print End\n any file will do, if it exists. Don't ask me why, you probably could guess better than me. And don't look at me with this

Bug#227621: damn bug

2005-06-30 Thread Peter Gervai
I have been hunting this for at least 3 hours now and got the same result much harder, since my program was openwebmail, a cgi script. Dies on a group which contains plenty of users. I don't really see what to patch (I ain't no perl internals hacker) but I found an ugly hack till it gets fixed