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

backport #4744: Handle exceptions raised by closesocket() #5048

Merged
merged 1 commit into from Feb 17, 2017

Commits on Feb 16, 2017

  1. Handle exceptions raised by closesocket()

    This was not very well handled, and could cause the PowerDNS process
    to terminate. This is especially nasty when `closesocket()` is called
    from a destructor, as we could already be dealing with an exception.
    
    (cherry picked from commit a7b68ae)
    rgacogne committed Feb 16, 2017
    Copy the full SHA
    39adb38 View commit details
    Browse the repository at this point in the history