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

SSL: Hold the right monitor wheile running delegating task #13875

Merged
merged 1 commit into from Feb 28, 2024

Commits on Feb 28, 2024

  1. SSL: Hold the right monitor wheile running delegating task

    Motivation:
    
    We need to ensure we hold the correct lock when we execute the delegating task to guard against possible concurrent shutdown of the engine.
    
    Modifications:
    
    - Fix incorrect synchronized block
    
    Result:
    
    Hold correct lock
    normanmaurer committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8c6b895 View commit details
    Browse the repository at this point in the history