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:
samuel 2018-12-11 23:49:33 +00:00
Родитель 20c99b1ff5
Коммит dc6908ab44
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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