In VOLUME_ReadFATSuperblock:
commit073329fa1bc0e69afb79652c1454b55574713088
authorRein Klazes <rklazes@xs4all.nl>
Thu, 28 Oct 2004 21:00:36 +0000 (28 21:00 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 28 Oct 2004 21:00:36 +0000 (28 21:00 +0000)
tree5faf4ea96da4c437de1eb10501c46e7d80e3b6bb
parente50a27de04dd1d4b3e89fddf394db45ca3dd512e
In VOLUME_ReadFATSuperblock:
- do not test on the JMP instruction: most boot blocks have that
- test instead on the "FAT" strings first, before the size
  calculation
- do some parameter checking to prevent arithmetic errors
- use meaningful names instead of block offsets
(based on a rejected patch from Vincent BĂ©ron).
dlls/kernel/volume.c