]> www.infradead.org Git - users/dwmw2/qemu.git/commit
nbd: Don't validate from and len in NBD_CMD_DISC.
authorHani Benhabiles <kroosec@gmail.com>
Sun, 18 May 2014 10:50:05 +0000 (11:50 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 5 Aug 2014 19:17:53 +0000 (14:17 -0500)
commit80cfe4a43fab48f22b3a348cbd39e3447271775b
treec8948fac4b3c62ac8c7f0486b422024093a0f3f5
parent01083f16de92db2cab5a75cd9918a20df2b2fd2c
nbd: Don't validate from and len in NBD_CMD_DISC.

These values aren't used in this case.

Currently, the from field in the request sent by the nbd kernel module leading
to a false error message when ending the connection with the client.

$ qemu-nbd some.img -v
// After nbd-client -d /dev/nbd0
nbd.c:nbd_trip():L1031: From: 18446744073709551104, Len: 0, Size: 20971520,
Offset: 0
nbd.c:nbd_trip():L1032: requested operation past EOF--bad client?
nbd.c:nbd_receive_request():L638: read failed

Signed-off-by: Hani Benhabiles <kroosec@gmail.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 8c5d1abbb79193dca8e4823ef53d8d1e650362ae)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
nbd.c