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
[NativeAOT] Adjust SSP to match RSP of the throw site (#119194)
This fixes unbounded shadow stack growth that leads to stack overflow
exception when exceptions are thrown and caught in a loop.
Fixes#118913Fixes#107418
Co-authored-by: Jan Kotas <[email protected]>
Copy file name to clipboardExpand all lines: src/tests/issues.targets
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1024,13 +1024,6 @@
1024
1024
</ExcludeList>
1025
1025
</ItemGroup>
1026
1026
1027
-
<!-- NativeAOT ControlFlowGuard specific -->
1028
-
<ItemGroupCondition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr' and '$(ControlFlowGuard)' == 'Guard'">
1029
-
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314/**">
0 commit comments