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

More Uses of Unsafe Double-Checked Locking Pattern #1364

Closed
git-afsantos opened this issue Apr 14, 2018 · 0 comments · Fixed by #1365
Closed

More Uses of Unsafe Double-Checked Locking Pattern #1364

git-afsantos opened this issue Apr 14, 2018 · 0 comments · Fixed by #1365

Comments

@git-afsantos
Copy link
Contributor

The reasoning is the same as per my previous issue, #770. This code pattern is unsafe, and now that recent releases compile under C++11, there is no reason for it to be used. I just found three more occurrences of this unsafe pattern in the code.

  1. xmlrpc_manager.cpp
  2. poll_manager.cpp
  3. connection_manager.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant