Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium

New issue 3061 by [email protected]: String concat should not cause crash on too long string
http://code.google.com/p/v8/issues/detail?id=3061

We assume OOM if the result string of a string concatenation exceeds String::kMaxLength, even though no allocation has taken place yet. We should simply throw an exception in that case, maybe a RangeError. (Firefox throws an "internal exception"). Similar issue exists for %StringBuilderConcat and %StringBuilderJoin.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to