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

Unlock mutex before returning from function #24259

Merged
merged 2 commits into from
Oct 14, 2024

Commits on Oct 14, 2024

  1. Note in the README that we are moving to timed releases

    I'll also throw this on Podman.io and maybe write a short blog
    about it there.
    
    Signed-off-by: Matt Heon <mheon@redhat.com>
    mheon authored and emakrushin committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7ea6120 View commit details
    Browse the repository at this point in the history
  2. Unlock mutex before returning from function

    mapMutex is initialized in the ContainerRm function and cannot be released from outside,
    thus unlock mutex before returning from function.
    
    Found by Linux Verification Center (linuxtesting.org) with SVACE.
    
    Signed-off-by: Егор Макрушин <emakrushin@astralinux.ru>
    emakrushin committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    06b470d View commit details
    Browse the repository at this point in the history