nbd
nbd copied to clipboard
If the client connects to the nbd socket, and then disconnects without sending any data, nbd floods the logs
Since the socket_read()
in the server negotiation in negotiate(..)
doesn't return any sort of error, the server acts on uninitialized data and can spin around the loop, each read/write spamming the error in socket_closed_negotiate()