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

src: fix race on modpending by migrating it to a thread local #21611

Closed
wants to merge 2 commits into from

Commits on Jun 30, 2018

  1. src: fix race on modpending by migrating it to Environment

    Fixes a rare race condition on modpending when two native modules are
    loaded simultaneously on different threads by migrating modpending to
    be a member of Environment.
    rpetrich committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    7f2c8bf View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. src: squash! fix naming

    Gabriel Schulhof committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    da4632a View commit details
    Browse the repository at this point in the history