| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
ServerSocketChannel.open() was called without cleanup on error paths; if bind() or initSocket() threw, the channel was leaked along with its native file descriptor
There was a problem hiding this comment.
Looks good to me.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
noticed during some (heavy JOSSL) TCPServer testing that the native channel wasn't being always closed.