All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] vvfat: fix two crashes.
@ 2021-05-24 10:12 Vladimir Sementsov-Ogievskiy
  2021-05-24 10:12 ` [PATCH 1/2] block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crash Vladimir Sementsov-Ogievskiy
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2021-05-24 10:12 UTC (permalink / raw)
  To: qemu-block
  Cc: qemu-devel, mreitz, kwolf, berto, programmingkidx,
	Vladimir Sementsov-Ogievskiy

Hi!

As reported by Programmingkid, command 

qemu-system-ppc -usb -device usb-storage,drive=fat16 -drive file=fat:rw:fat-type=16:"<path of a host folder>",id=fat16,format=raw,if=none

crashes.

I tested it with qemu-system-x86_64 and it reproduces for me. I even
kept "<path of a host folder>" as is :).

So, here are two fixes.

Vladimir Sementsov-Ogievskiy (2):
  block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crash
  block/vvfat: fix vvfat_child_perm crash

 include/block/block.h | 1 +
 block.c               | 4 ++--
 block/vvfat.c         | 8 +++-----
 3 files changed, 6 insertions(+), 7 deletions(-)

-- 
2.29.2



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-05-27 10:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 10:12 [PATCH 0/2] vvfat: fix two crashes Vladimir Sementsov-Ogievskiy
2021-05-24 10:12 ` [PATCH 1/2] block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crash Vladimir Sementsov-Ogievskiy
2021-05-24 10:12 ` [PATCH 2/2] block/vvfat: fix vvfat_child_perm crash Vladimir Sementsov-Ogievskiy
2021-05-24 15:41 ` [PATCH 0/2] vvfat: fix two crashes Programmingkid
2021-05-24 15:55   ` Vladimir Sementsov-Ogievskiy
2021-05-24 16:06     ` Programmingkid
2021-05-24 16:56       ` Vladimir Sementsov-Ogievskiy
2021-05-24 17:33         ` Programmingkid
2021-05-25  6:05           ` Vladimir Sementsov-Ogievskiy
2021-05-25 12:10             ` Programmingkid
2021-05-25 16:18       ` Kevin Wolf
2021-05-26 12:04         ` Programmingkid
2021-05-27 10:22 ` Kevin Wolf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.