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

[release/9.0] Initialize m_fInPlaceSS #109013

Merged
merged 2 commits 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 authored and github-actions committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1cad22a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f392cd View commit details
    Browse the repository at this point in the history