Ensure x86 stack is fortified, fixed #15335.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
20c99b1ff5
commit
dc6908ab44
@ -37,3 +37,7 @@ _coroutine_transfer:
|
|||||||
|
|
||||||
# Jump to the address on the stack
|
# Jump to the address on the stack
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
#if defined(__linux__) && defined(__ELF__)
|
||||||
|
.section .note.GNU-stack,"",%progbits
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user