Commit 5f6d4be
cmake: Enable EH metadata on 64-bit MSVC builds
Exception handling continuation metadata further hardens control flow
by ensuring NtContinue() or RtlRestoreContext() cannot be exploited to
redirect exception handling to a target that is not a valid exception
handler.1 parent f5cf218 commit 5f6d4be
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
235 | 241 | | |
236 | 242 | | |
237 | 243 | | |
| |||
0 commit comments