diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2023-12-16 08:53:12 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2023-12-18 07:04:18 -0800 |
commit | 442983319ba70de801fc856e8dd4748fba8f7f1b (patch) | |
tree | 0150e4448669869613112e336dc9e1ab9972f452 /stdlib/atexit.c | |
parent | 12ab77e893479a1f7d4666082a48efad79777bb9 (diff) | |
download | glibc-442983319ba70de801fc856e8dd4748fba8f7f1b.tar.gz glibc-442983319ba70de801fc856e8dd4748fba8f7f1b.tar.xz glibc-442983319ba70de801fc856e8dd4748fba8f7f1b.zip |
x86/cet: Don't assume that SHSTK implies IBT
Since shadow stack (SHSTK) is enabled in the Linux kernel without enabling indirect branch tracking (IBT), don't assume that SHSTK implies IBT. Use "CPU_FEATURE_ACTIVE (IBT)" to check if IBT is active and "CPU_FEATURE_ACTIVE (SHSTK)" to check if SHSTK is active.
Diffstat (limited to 'stdlib/atexit.c')
0 files changed, 0 insertions, 0 deletions