[Webkit-unassigned] [Bug 80797] Argument length limited to 65536

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 20 04:47:45 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=80797


Elijah Lynn <healthyelijah at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |healthyelijah at gmail.com




--- Comment #4 from Elijah Lynn <healthyelijah at gmail.com>  2014-02-20 04:44:55 PST ---
The original code sample works in Chrome Version 32.0.1700.107 on Ubuntu. I have 10GB memory if it makes any difference.

This: 
var i, l, a, s;
for (i = 0, l = 65537, a = []; i < l; i++) a.push(60);
s = String.fromCharCode.apply(String, a);

Produces: 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list