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

libtrap: bugfix in TCPIP interface #99

Merged
merged 1 commit into from
Aug 26, 2018
Merged

Commits on Aug 26, 2018

  1. libtrap: bugfix in TCPIP interface

    After a socket was closed because of unsuccessful negotiation,
    it was not set to -1. This caused other functions to treat the socket as valid.
    Such bahevior resulted in situation where this socket was passed to select() function.
    Select() function returns EBADF when a bad file descriptor is passed.
    Further fucntions subsequently segfaulted.
    Tomas Jansky committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    64b73dc View commit details
    Browse the repository at this point in the history