mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
f79fbfbb61a69b7b0dae11e4a7d035e7803ec699
Add the ReactOS famous... hack? fix? whatever? already present in FastFAT, NTFS...: When accessing a floppy disk, our floppy storage stack can return that the disk type is unknown (some would say it's legit - see comments in FastFAT) and will also return a disk sector size of 0. Then, when trying to read the floppy disk with said size, everything goes wrong (null length read is never a good thing). So, as in any other FSD in ReactOS, for disk sector size to 512 bytes in this really specific case. This fixes BSOD when having a floppy drive in ReactOS (whatever its filesystem). CORE-10464 #resolve #comment Fixed with r70725 svn path=/trunk/; revision=70725
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%