diff options
author | Koichi Sasada <[email protected]> | 2019-11-09 16:15:17 +0900 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2019-11-09 16:18:58 +0900 |
commit | 43ceedecc0b9990b5bac2e65de5e439c41a9996b (patch) | |
tree | 6d19d377de30039e5a2431278e187748b6a92ca7 /spec/ruby/security | |
parent | 50bc7e7e9f0da6b27db06ac063257de0b97ed9b3 (diff) |
use STACK_ADDR_FROM_TOP()
vm_invoke_builtin() accesses VM stack via cfp->sp. However, MJIT
can use their own stack. To access them appropriately, we need to
use STACK_ADDR_FROM_TOP().
Diffstat (limited to 'spec/ruby/security')
0 files changed, 0 insertions, 0 deletions