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

[12.0-stable] pillar/devicenetwork: fix goroutine leak #4424

Commits on Nov 6, 2024

  1. pillar/devicenetwork: fix goroutine leak

    introduced in 8573372
    
    without this fix, the goroutine is blocked by trying to send
    into a channel that has no receiver
    
    Signed-off-by: Christoph Ostarek <christoph@zededa.com>
    (cherry picked from commit d93cf8b)
    christoph-zededa committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0f9ba9e View commit details
    Browse the repository at this point in the history
  2. pillar/devicenetwork: goroutine leak test

    use fancy uber leak checker to check for leaks
    which have been fixed in the commit before
    
    Signed-off-by: Christoph Ostarek <christoph@zededa.com>
    (cherry picked from commit 145e98e)
    christoph-zededa committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7ca0a77 View commit details
    Browse the repository at this point in the history