wine/dlls/kernel volume.c

Alexandre Julliard julliard at winehq.org
Thu Oct 28 16:00:36 CDT 2004


ChangeSet ID:	14356
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/10/28 16:00:36

Modified files:
	dlls/kernel    : volume.c 

Log message:
	Rein Klazes <rklazes at xs4all.nl>
	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).

Patch: http://cvs.winehq.org/patch.py?id=14356

Old revision  New revision  Changes     Path
 1.20          1.21          +38 -17     wine/dlls/kernel/volume.c




More information about the wine-cvs mailing list