Re: [Qemu-devel] [PATCH 1/2] qemu/iovec: Don't assert if sbytes is zero
Applied. Thanks. Regards, Anthony Liguori
[Qemu-devel] [PATCH 1/2] qemu/iovec: Don't assert if sbytes is zero
From: "Aneesh Kumar K.V" Since these values can possibly be sent from guest (for hw/9pfs), do a sanity check on them. A 9p write request with 0 bytes caused qemu to abort without this patch Signed-off-by: Aneesh Kumar K.V --- util/iov.c |4 1 file changed, 4 insertions(+) diff --git