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

fix(http): prevent addCNameIfAvailable from using closed Dialer #5665

Commits on Sep 25, 2024

  1. fix(http): prevent addCNameIfAvailable from using closed Dialer

    added a check in `addCNameIfAvailable` to ensure
    the `Dialer` isnot NIL before attempting to fetch
    DNS data.
    
    this prevents potential panics (ex. SIGSEGV) when
    the `Dialer` is closed due to an interruption.
    
    Signed-off-by: Dwi Siswanto <[email protected]>
    dwisiswant0 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b6b6b1e View commit details
    Browse the repository at this point in the history