Commit f5cf218
cmake: Enable CET on MSVC x86/x64 builds
Intel CET uses a shadow stack to protect against ROP attacks by
terminating the process if a shadow stack violation is detected in a
module that has marked itself as CET-compatible with the /CETCOMPAT
linker flag (and the process itself has CET enabled).1 parent 8b9687f commit f5cf218
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
230 | 235 | | |
231 | 236 | | |
232 | 237 | | |
| |||
0 commit comments