Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A recent fix added a new field to the DebuggerPatchSkip object and missed initializing it false. This causes the new in-place patch skipping logic activate at random depending on the value of uninitialized memory. Fixing this by initializing the variable. Co-authored-by: Noah Falk <noahfalk@microsoft.com> Co-authored-by: Jeff Schwartz <jeffschw@microsoft.com>
- Loading branch information