Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize m_fInPlaceSS #109008

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Initialize m_fInPlaceSS #109008

merged 1 commit into from
Oct 18, 2024

Commits on Oct 18, 2024

  1. Initialize m_fInPlaceSS

    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.
    noahfalk committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b4c2511 View commit details
    Browse the repository at this point in the history