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

sources/auth_query.c: improve cleanup on error path #580

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 24, 2024

  1. sources/auth_query.c: improve cleanup on error path

    found by Coverity
    
    288error:
    289        /* unlock hashmap entry */
    290        od_hashmap_unlock_key(storage->acache, keyhash, &key);
    
    CID 486482: (yandex#1 of 1): Missing unlock (LOCK)
    8. missing_unlock: Returning without unlocking router->lock.
    291        return NOT_OK_RESPONSE;
    chipitsine committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    7981c53 View commit details
    Browse the repository at this point in the history