Commit ecefb5e
Initialize m_fInPlaceSS (#109013)
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 <[email protected]>
Co-authored-by: Jeff Schwartz <[email protected]>1 parent 83d152c commit ecefb5e
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4334 | 4334 | | |
4335 | 4335 | | |
4336 | 4336 | | |
| 4337 | + | |
| 4338 | + | |
| 4339 | + | |
4337 | 4340 | | |
4338 | 4341 | | |
4339 | 4342 | | |
| |||
0 commit comments