Re: [Qemu-block] [PATCH] block/vvfat: Fix crash when reporting error about too many files in directory

2018-07-24 Thread Thomas Huth
On 24.07.2018 12:49, Kevin Wolf wrote: > Am 24.07.2018 um 11:56 hat Thomas Huth geschrieben: >> On 23.07.2018 16:33, Kevin Wolf wrote: >>> Am 18.07.2018 um 17:28 hat Thomas Huth geschrieben: When using the vvfat driver with a directory that contains too many files, QEMU currently crashes.

Re: [Qemu-block] [PATCH] block/vvfat: Fix crash when reporting error about too many files in directory

2018-07-24 Thread Kevin Wolf
Am 24.07.2018 um 11:56 hat Thomas Huth geschrieben: > On 23.07.2018 16:33, Kevin Wolf wrote: > > Am 18.07.2018 um 17:28 hat Thomas Huth geschrieben: > >> When using the vvfat driver with a directory that contains too many files, > >> QEMU currently crashes. We are trying to print the wrong path var

Re: [Qemu-block] [PATCH] block/vvfat: Fix crash when reporting error about too many files in directory

2018-07-24 Thread Thomas Huth
On 23.07.2018 16:33, Kevin Wolf wrote: > Am 18.07.2018 um 17:28 hat Thomas Huth geschrieben: >> When using the vvfat driver with a directory that contains too many files, >> QEMU currently crashes. We are trying to print the wrong path variable here. >> >> Signed-off-by: Thomas Huth >> --- >> blo

Re: [Qemu-block] [PATCH] block/vvfat: Fix crash when reporting error about too many files in directory

2018-07-23 Thread Kevin Wolf
Am 18.07.2018 um 17:28 hat Thomas Huth geschrieben: > When using the vvfat driver with a directory that contains too many files, > QEMU currently crashes. We are trying to print the wrong path variable here. > > Signed-off-by: Thomas Huth > --- > block/vvfat.c | 3 +-- > 1 file changed, 1 insert

[Qemu-block] [PATCH] block/vvfat: Fix crash when reporting error about too many files in directory

2018-07-18 Thread Thomas Huth
When using the vvfat driver with a directory that contains too many files, QEMU currently crashes. We are trying to print the wrong path variable here. Signed-off-by: Thomas Huth --- block/vvfat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/block/vvfat.c b/block/vvfat.c