You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ Other platforms can be easily adapted from both existing implementations for oth
76
76
projects as well as from example code provided.
77
77
78
78
### Intel CET
79
-
Intel's Conontrol-Flow Enforcement Technology is incompatible with stack switching
79
+
Intel's Control-Flow Enforcement Technology is incompatible with stack switching
80
80
because it imploys a secondary Shadow Stack, that the user-mode program cannot
81
81
modify. Unexpected return flow after a stack switch would cause the processor
82
82
to fault. Because of this, we need to mark any assembly code as not CET compatible. Modern compilers are beginning to generate CET compatible objects and
0 commit comments