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
StackOverflowDetection: always add private base when ForceAddingStackcallKernelPrerequisites flag is used
StackOverflowDetection mechanism needs stack call prerequisites and setting in implies ForceAddingStackcallKernelPrerequisites flag.
When private base was not used by the kernel the compiler would crash when the flag was enabled, as adding private base was missing under ForceAddingStackcallKernelPrerequisites.
(cherry picked from commit 7c598c8)
0 commit comments