Chromium Code Reviews
DescriptionFix issue with stack layout assumption going wrong when a dart function has optional parameters and the number of arguments passed in is incorrect. A call to NoSuchMethodFunction stub is made but the area reserved for the copied arguments/locals is not removed. This results in the NoSuchMethodFunction stub accessing arguments from the wrong location on the stack.
Committed: https://code.google.com/p/dart/source/detail?r=7669
Patch Set 1 #
Total comments: 4
Patch Set 2 : #
Messages
Total messages: 2 (0 generated)
|
||||||||||||||||||||||||||||