mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 11:50:06 +00:00
x86-64: Use _CET_NOTRACK in strcpy-sse2-unaligned.S
* sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump to jump table.
This commit is contained in:
parent
4ef60d9597
commit
921595d151
@ -1,3 +1,9 @@
|
||||
2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S
|
||||
(BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
|
||||
to jump table.
|
||||
|
||||
2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/x86_64/strcmp.S (STRCMP): Add _CET_NOTRACK before
|
||||
|
@ -33,7 +33,7 @@
|
||||
lea TABLE(%rip), %r11; \
|
||||
movslq (%r11, INDEX, SCALE), %rcx; \
|
||||
lea (%r11, %rcx), %rcx; \
|
||||
jmp *%rcx
|
||||
_CET_NOTRACK jmp *%rcx
|
||||
|
||||
# ifndef USE_AS_STRCAT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user