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

Fix more alloc-dealloc mismatches and use-after-scopes #55420

Merged
7 commits merged into from
Jul 12, 2021

Commits on Jul 9, 2021

  1. Fix another dynamically-sized allocation to use new/delete instead of…

    … the mismatched new[]/delete.
    jkoritzinsky committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    cd0b81e View commit details
    Browse the repository at this point in the history
  2. Fix use-after-scope

    jkoritzinsky committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    9669291 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    952386a View commit details
    Browse the repository at this point in the history
  4. Update src/coreclr/vm/threadstatics.cpp

    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    jkoritzinsky and jkotas committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    15d2455 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddaa2d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7012d18 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Fix formatting.

    jkoritzinsky committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    6e1bdc4 View commit details
    Browse the repository at this point in the history