Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bytesToString stack overflow #10504

Merged
merged 1 commit into from Jul 18, 2017

Conversation

jridgewell
Copy link
Contributor

Function#apply has a maximum args length.

https://jsperf.com/bytesToString-2
Fixes #10495

`Function#apply` has a maximum args length.
@jridgewell jridgewell merged commit 95bb4ea into ampproject:master Jul 18, 2017
@jridgewell jridgewell deleted the fix-bytesToString-overflow branch July 18, 2017 19:48
@cramforce
Copy link
Member

Nice that it is also faster!

Would you mind adding a comment to the code, both with a reference to the bug and the jsperf?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants