Re: Interesting way to crash a 3.2-stable box...

1999-08-28 Thread Doug White
On Sat, 28 Aug 1999, Jordan K. Hubbard wrote: > A user who may well have been smoking crack at the time but has > nonetheless found an "interesting" bug sent me this procedure: > > Use this small perl script to create a file with 3000 spaces in it: > > #!/usr/bin/perl > open FOO, ">foo.img" or

Interesting way to crash a 3.2-stable box...

1999-08-28 Thread Jordan K. Hubbard
A user who may well have been smoking crack at the time but has nonetheless found an "interesting" bug sent me this procedure: Use this small perl script to create a file with 3000 spaces in it: #!/usr/bin/perl open FOO, ">foo.img" or die "can't open foo; $!\n"; for ($i=0;$i<3000;$i++){print FOO