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

[mono] Fix race during mono_image_storage_open #55201

Merged
merged 1 commit into from
Jul 14, 2021
Merged

[mono] Fix race during mono_image_storage_open #55201

merged 1 commit into from
Jul 14, 2021

Commits on Jul 6, 2021

  1. [mono] Fix race during mono_image_storage_open

    * The mono_refcount_inc call in mono_image_storage_trypublish or
      mono_image_storage_tryaddref may abort when racing against a
      mono_image_storage_dtor that already decremented the refcount.
    uweigand committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    a429cbf View commit details
    Browse the repository at this point in the history