Re: [Qemu-devel] [PATCH] block/iscsi: avoid potential overflow of acb->task->cdb

2016-05-30 Thread Fam Zheng
On Tue, 05/24 10:59, Peter Lieven wrote: > at least in the path via virtio-blk the maximum size is not > restricted. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Peter Lieven > --- > block/iscsi.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/block/iscsi.c b/block/iscsi.c >

[Qemu-devel] [PATCH] block/iscsi: avoid potential overflow of acb->task->cdb

2016-05-24 Thread Peter Lieven
at least in the path via virtio-blk the maximum size is not restricted. Cc: qemu-sta...@nongnu.org Signed-off-by: Peter Lieven --- block/iscsi.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/block/iscsi.c b/block/iscsi.c index 2ca8e72..e7d5f7b 100644 --- a/block/iscsi.c +++ b/block/