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

[wasm] Fix for getelema1 crash in specific scenarios #87246

Merged
merged 4 commits into from
Jun 8, 2023

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    d1bc570 View commit details
    Browse the repository at this point in the history
  2. Check more of the zero page for nonzero data

    If we ever see garbage in the zero page disable it permanently
    Log an error if garbage appears in the zero page after startup
    kg committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    bdc3dfb View commit details
    Browse the repository at this point in the history
  3. Overhaul trace local variable naming and reuse

    Fix count not being initialized for cpblk in some cases
    kg committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    e7dde46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    422e0b7 View commit details
    Browse the repository at this point in the history