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

x/net/proxy: RegisterDialerType is not go routine safe #15897

Open
ghost opened this issue May 30, 2016 · 1 comment
Open

x/net/proxy: RegisterDialerType is not go routine safe #15897

ghost opened this issue May 30, 2016 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@ghost
Copy link

ghost commented May 30, 2016

It is not safe to call proxy.RegisterDialerType from multiple go routines, due to the concurrent map writes.

Similar to #9847.

@quentinmit quentinmit added this to the Unreleased milestone Jun 17, 2016
@gopherbot
Copy link

Change https://golang.org/cl/66751 mentions this issue: proxy: make RegisterDialerType safe for concurrent use

@ALTree ALTree added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants