qemu-patch-raspberry4/block
Liu Yuan 5d5da114b3 sheepdog: fix NULL dereference in sd_create
Following command

qemu-img create -f qcow2 sheepdog:test 20g

will cause core dump because aio_context is NULL in sd_create. We should
initialize it by qemu_get_aio_context() to avoid NULL dereference.

Cc: qemu-devel@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Liu Yuan <namei.unix@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2014-06-23 16:36:13 +08:00
..
backup.c
blkdebug.c
blkverify.c
bochs.c
cloop.c
commit.c
cow.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
curl.c
dmg.c
gluster.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
iscsi.c block/iscsi: drop obsolete pointers from iscsi_co_writev 2014-06-18 18:42:42 +02:00
linux-aio.c
Makefile.objs
mirror.c
nbd-client.c
nbd-client.h
nbd.c
nfs.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
parallels.c
qapi.c
qcow.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
qcow2-cache.c
qcow2-cluster.c
qcow2-refcount.c
qcow2-snapshot.c
qcow2.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
qcow2.h
qed-check.c
qed-cluster.c
qed-gencb.c
qed-l2-cache.c
qed-table.c
qed.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
qed.h
quorum.c
raw-aio.h
raw-posix.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
raw-win32.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
raw_bsd.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
rbd.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
sheepdog.c sheepdog: fix NULL dereference in sd_create 2014-06-23 16:36:13 +08:00
snapshot.c
ssh.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
stream.c
vdi.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
vhdx-endian.c
vhdx-log.c
vhdx.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
vhdx.h
vmdk.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
vpc.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
vvfat.c cleanup QEMUOptionParameter 2014-06-16 17:23:21 +08:00
win32-aio.c