[ros-kernel] Bugs in vfat and cdfs

Hervé Poussineau poussine at freesurf.fr
Mon Mar 15 11:52:37 CET 2004


Hello !

I found some bugs in fs drivers

1) CDFS :
C:\>vol e:
    Volume in drive E: is REA
    Volume Serial Number is 1557-D9AF
Only first half-part of volume name is displayed
Attached patch in "Volume name in cdfs.patch"

2) VFAT :
In VfatHasFileSystem, we try to divide by a number that may be 0 if
bootsector is not correct/is not FAT.
Basically, proposed patch adds an "if (value != 0)"
Attached patch in "Handle non fat boot sectors.patch"

Herve
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Volume name in cdfs.patch
Type: application/octet-stream
Size: 581 bytes
Desc: not available
Url : http://reactos.com:8080/pipermail/ros-kernel/attachments/20040315/6df7f52b/Volumenameincdfs.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Handle non fat boot sectors.patch
Type: application/octet-stream
Size: 4030 bytes
Desc: not available
Url : http://reactos.com:8080/pipermail/ros-kernel/attachments/20040315/6df7f52b/Handlenonfatbootsectors.obj


More information about the Ros-kernel mailing list