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

Some minor fixes from coverity #6336

Merged
merged 3 commits into from Mar 31, 2020
Merged

Commits on Feb 12, 2020

  1. Copy the full SHA
    760ecf2 View commit details
    Browse the repository at this point in the history
  2. threadpool: lock mutex in create

    In some contrived case, it might theoretically be the case that
    destroy is called from another thread, which would modify the
    threads array from two threads.
    
    Coverity 208372
    moneromooo-monero committed Feb 12, 2020
    Copy the full SHA
    09c8111 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e377977 View commit details
    Browse the repository at this point in the history