]> git.ipfire.org Git - thirdparty/qemu.git/commit
block/iscsi: avoid potential overflow of acb->task->cdb
authorPeter Lieven <pl@kamp.de>
Tue, 24 May 2016 08:59:28 +0000 (10:59 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 5 Aug 2016 18:24:41 +0000 (13:24 -0500)
commit509e13298f498117f9283afb9dfceaf3edac17ff
tree0044458c37660aa5fc5d79ca5d999f7bd98820e0
parent6e7ee9862be4e143f9aabdd792d0b9fc92b842a3
block/iscsi: avoid potential overflow of acb->task->cdb

at least in the path via virtio-blk the maximum size is not
restricted.

Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Lieven <pl@kamp.de>
Message-Id: <1464080368-29584-1-git-send-email-pl@kamp.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit a6b3167fa0e825aebb5a7cd8b437b6d41584a196)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
block/iscsi.c