nbd icon indicating copy to clipboard operation
nbd copied to clipboard

If the client connects to the nbd socket, and then disconnects without sending any data, nbd floods the logs

Open jgrills opened this issue 9 months ago • 4 comments

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()

jgrills avatar May 22 '24 02:05 jgrills