RESOLVED FIXED 183067
validateStackAccess should not validate if the offset is within the stack bounds
https://bugs.webkit.org/show_bug.cgi?id=183067
Summary validateStackAccess should not validate if the offset is within the stack bounds
Saam Barati
Reported 2018-02-22 16:01:19 PST
For example, we may emit code that only reaches such a stack load conditionally. It's natural to emit such code. This happens in the case of GetMyArgumentByVal, which will branch on the argument count before issuing a load.
Attachments
patch (3.24 KB, patch)
2018-02-22 16:07 PST, Saam Barati
no flags
Saam Barati
Comment 1 2018-02-22 16:01:53 PST
Saam Barati
Comment 2 2018-02-22 16:07:42 PST
Mark Lam
Comment 3 2018-02-26 12:17:20 PST
Comment on attachment 334482 [details] patch r=me
WebKit Commit Bot
Comment 4 2018-02-26 12:42:43 PST
Comment on attachment 334482 [details] patch Clearing flags on attachment: 334482 Committed r229036: <https://trac.webkit.org/changeset/229036>
WebKit Commit Bot
Comment 5 2018-02-26 12:42:45 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.