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

Prevent intermittent race in attribute reader close #19537

Commits on Apr 27, 2022

  1. Prevent intermittent race in attribute reader close

    There is a potential rare race possible whereby the c.running channel could
    be closed twice. Looking at the code I do not see a need for this c.running
    channel and therefore I think we can remove this. (I think the c.running
    might have been some attempt to prevent a hang but the use of os.Pipes should
    prevent that.)
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    c69400a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    520b20a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bd241a View commit details
    Browse the repository at this point in the history