um: ubd: Prevent buffer overrun on command completion
authorGabriel Krisman Bertazi <krisman@collabora.com>
Tue, 17 Mar 2020 00:45:06 +0000 (20:45 -0400)
committerRichard Weinberger <richard@nod.at>
Sun, 29 Mar 2020 21:21:33 +0000 (23:21 +0200)
commit6e682d53fc1ef73a169e2a5300326cb23abb32ee
treea13449f41b0c5467b26d7e9f9e6b6ab9021e05ce
parent598f5630361397c542a0ba2bec0ac5c0e1723d5c
um: ubd: Prevent buffer overrun on command completion

On the hypervisor side, when completing commands and the pipe is full,
we retry writing only the entries that failed, by offsetting
io_req_buffer, but we don't reduce the number of bytes written, which
can cause a buffer overrun of io_req_buffer, and write garbage to the
pipe.

Cc: Martyn Welch <martyn.welch@collabora.com>
Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/drivers/ubd_kern.c