Re: [PATCH 0/2] vvfat: fix two crashes.

2021-05-27 Thread Kevin Wolf
Am 24.05.2021 um 12:12 hat Vladimir Sementsov-Ogievskiy geschrieben: > Hi! > > As reported by Programmingkid, command > > qemu-system-ppc -usb -device usb-storage,drive=fat16 -drive > file=fat:rw:fat-type=16:"",id=fat16,format=raw,if=none > > crashes. > > I tested it with qemu-system-x86_64

Re: [PATCH 0/2] vvfat: fix two crashes.

2021-05-26 Thread Programmingkid
> On May 25, 2021, at 12:18 PM, Kevin Wolf wrote: > > Am 24.05.2021 um 18:06 hat Programmingkid geschrieben: > qemu-system-ppc -usb -device usb-storage,drive=fat16 -drive > file=fat:rw:fat-type=16:" folder>",id=fat16,format=raw,if=none > >> On a related topic would you know

Re: [PATCH 0/2] vvfat: fix two crashes.

2021-05-25 Thread Kevin Wolf
Am 24.05.2021 um 18:06 hat Programmingkid geschrieben: > >>> qemu-system-ppc -usb -device usb-storage,drive=fat16 -drive > >>> file=fat:rw:fat-type=16:" >>> folder>",id=fat16,format=raw,if=none > >>> > On a related topic would you know if it is possible to use fat32 > instead of fat16 for host

Re: [PATCH 0/2] vvfat: fix two crashes.

2021-05-25 Thread Programmingkid
> On May 25, 2021, at 2:05 AM, Vladimir Sementsov-Ogievskiy > wrote: > > 24.05.2021 20:33, Programmingkid wrote: >>> On May 24, 2021, at 12:56 PM, Vladimir Sementsov-Ogievskiy >>> wrote: >>> >>> 24.05.2021 19:06, Programmingkid wrote: > On May 24, 2021, at 11:55 AM, Vladimir

Re: [PATCH 0/2] vvfat: fix two crashes.

2021-05-25 Thread Vladimir Sementsov-Ogievskiy
24.05.2021 20:33, Programmingkid wrote: On May 24, 2021, at 12:56 PM, Vladimir Sementsov-Ogievskiy wrote: 24.05.2021 19:06, Programmingkid wrote: On May 24, 2021, at 11:55 AM, Vladimir Sementsov-Ogievskiy wrote: 24.05.2021 18:41, Programmingkid wrote: On May 24, 2021, at 6:12 AM,

Re: [PATCH 0/2] vvfat: fix two crashes.

2021-05-24 Thread Programmingkid
> On May 24, 2021, at 12:56 PM, Vladimir Sementsov-Ogievskiy > wrote: > > 24.05.2021 19:06, Programmingkid wrote: >>> On May 24, 2021, at 11:55 AM, Vladimir Sementsov-Ogievskiy >>> wrote: >>> >>> 24.05.2021 18:41, Programmingkid wrote: > On May 24, 2021, at 6:12 AM, Vladimir

Re: [PATCH 0/2] vvfat: fix two crashes.

2021-05-24 Thread Vladimir Sementsov-Ogievskiy
24.05.2021 19:06, Programmingkid wrote: On May 24, 2021, at 11:55 AM, Vladimir Sementsov-Ogievskiy wrote: 24.05.2021 18:41, Programmingkid wrote: On May 24, 2021, at 6:12 AM, Vladimir Sementsov-Ogievskiy wrote: Hi! As reported by Programmingkid, command qemu-system-ppc -usb -device

Re: [PATCH 0/2] vvfat: fix two crashes.

2021-05-24 Thread Programmingkid
> On May 24, 2021, at 11:55 AM, Vladimir Sementsov-Ogievskiy > wrote: > > 24.05.2021 18:41, Programmingkid wrote: >>> On May 24, 2021, at 6:12 AM, Vladimir Sementsov-Ogievskiy >>> wrote: >>> >>> Hi! >>> >>> As reported by Programmingkid, command >>> >>> qemu-system-ppc -usb -device

Re: [PATCH 0/2] vvfat: fix two crashes.

2021-05-24 Thread Vladimir Sementsov-Ogievskiy
24.05.2021 18:41, Programmingkid wrote: On May 24, 2021, at 6:12 AM, Vladimir Sementsov-Ogievskiy wrote: Hi! As reported by Programmingkid, command qemu-system-ppc -usb -device usb-storage,drive=fat16 -drive file=fat:rw:fat-type=16:"",id=fat16,format=raw,if=none crashes. I tested it

Re: [PATCH 0/2] vvfat: fix two crashes.

2021-05-24 Thread Programmingkid
> On May 24, 2021, at 6:12 AM, Vladimir Sementsov-Ogievskiy > wrote: > > Hi! > > As reported by Programmingkid, command > > qemu-system-ppc -usb -device usb-storage,drive=fat16 -drive > file=fat:rw:fat-type=16:"",id=fat16,format=raw,if=none > > crashes. > > I tested it with

[PATCH 0/2] vvfat: fix two crashes.

2021-05-24 Thread 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:"",id=fat16,format=raw,if=none crashes. I tested it with qemu-system-x86_64 and it reproduces for me. I even kept "" as is :). So, here are two fixes. Vladimir