Status: Accepted
Owner: [email protected]
CC: [email protected]
Labels: Type-Bug Priority-High TurboFan HW-All OS-All

New issue 3786 by [email protected]: InstructionOperand limits number of parameters in function call to 2^9 and number of virtual registers to 2^18
https://code.google.com/p/v8/issues/detail?id=3786

This is in part due to the design of the old register allocator, which was just copied for TurboFan. But this might also be an issue security-wise, as production code will probably run into undefined behavior if there is a call site with more than 512 parameters or a function with more than 262144 nodes (unlikely in practice, but an attacker may use that to take over the renderer process).

--
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/d/optout.

Reply via email to