From 232f31ca12a94eb9f51182955285a4474f876af7 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Fri, 1 Feb 2019 07:26:39 +0000 Subject: on-smash canary detection In addition to detect dead canary, we try to detect the very moment when we smash the stack top. Requested by k0kubun: https://twitter.com/k0kubun/status/1085180749899194368 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vm.c') diff --git a/vm.c b/vm.c index 9e7eb1dc32..bbda6ee4c0 100644 --- a/vm.c +++ b/vm.c @@ -1090,6 +1090,7 @@ invoke_iseq_block_from_c(rb_execution_context_t *ec, const struct rb_captured_bl stack_check(ec); CHECK_VM_STACK_OVERFLOW(cfp, argc); + vm_check_canary(ec, sp); cfp->sp = sp + argc; for (i=0; i