]> git.ipfire.org Git - thirdparty/qemu.git/commit
quorum: Fix crash in quorum_aio_cb()
authorAlberto Garcia <berto@igalia.com>
Thu, 10 Mar 2016 11:55:24 +0000 (13:55 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 17 Mar 2016 23:18:19 +0000 (18:18 -0500)
commit4b0b1ec8e0f772f3dc9c475b3f4cebfdb578d836
tree34546d931ed3cf832535f63a6e120ea1a13ea3e7
parentcab1cc724572a1e418249f827b5f958bd23b1004
quorum: Fix crash in quorum_aio_cb()

quorum_aio_cb() emits the QUORUM_REPORT_BAD event if there's
an I/O error in a Quorum child. However sacb->aiocb must be
correctly initialized for this to happen. read_quorum_children() and
read_fifo_child() are not doing this, which results in a QEMU crash.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 8138570d071ba7e25db3736979234a1fd71dbd05.1457610443.git.berto@igalia.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
(cherry picked from commit b9c600d20716b3d942cb07188ff998fb236a8365)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
block/quorum.c