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

(#2158167) Better handle session leader information #401

Merged

Commits on Jul 5, 2023

  1. login: add a missing error check for session_set_leader()

    session_set_leader() may fail. If it fails, then manager_start_scope()
    will trigger assertion.
    
    This may be related to RHBZ#1663704.
    
    (cherry picked from commit fe3ab84)
    
    Related: #2158167
    yuwata authored and msekletar committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8cb6e2a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. logind: reset session leader if we know for a fact that it is gone

    rhel-only
    
    Related: #2158167
    msekletar committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    5f37ec0 View commit details
    Browse the repository at this point in the history