]> git.proxmox.com Git - mirror_qemu.git/commit
nbd: avoid out of bounds access to recv_coroutine array
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 12 Mar 2012 14:23:13 +0000 (15:23 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 Apr 2012 14:36:42 +0000 (16:36 +0200)
commitdd3e8ac413a74a58d6a3ba16a26952f84370fcff
treedfcdc5b39093be9708c109061c425938d93ed11c
parente6f5d0be730a41bacb10edba19d1369ec2949486
nbd: avoid out of bounds access to recv_coroutine array

This can happen with a buggy or malicious server.

Reported-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
block/nbd.c