Tags: sks119/coreclr
Tags
[release/3.1] Enable additional CI testing (dotnet#28149) * Enable more CI testing in eng/platform-matrix.yml * Allow gcstress test scenarios with the new queue in eng/platform-matrix.yml * Enable the new queue in R2R pipeline in eng/pipelines/r2r.yml * Enable the new queue in eng/pipelines/corefx*.yml * Replace 'eq' with 'in' in eng/platform-matrix.yml
Fix return address hijack in probing loop (dotnet#28119) When return address hijacking occurs when the target thread is running in the stack probing loop in a method with large frame, the unwinder cannot unwind to the caller frame correctly. That results in a wrong stack slot being patched by the modified return address, leading to corruption of locals of the method being executed. This change fixes the problem by not attempting to hijack a method that's running in prolog.
PreviousNext