[Issue 20933] New: druntime: core.thread doesn't support shadow stack
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jun 15 16:27:32 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=20933
Issue ID: 20933
Summary: druntime: core.thread doesn't support shadow stack
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: normal
Priority: P1
Component: druntime
Assignee: nobody at puremagic.com
Reporter: ibuclaw at gdcproject.org
As druntime manipulates user stack and doesn't support shadow stack from Intel
CET.
This _might_ be a problem on linux/glibc platforms that are configured to make
use of this feature, but I haven't looked too hard at it to give a definitive
yes/no.
https://software.intel.com/content/www/us/en/develop/articles/intel-sdm.html
--
More information about the Digitalmars-d-bugs
mailing list