CVS update: samba/source/include

jra at samba.org jra at samba.org
Tue Dec 3 19:03:04 EST 2002


Date:	Tue Dec  3 08:03:04 2002
Author:	jra

Update of /data/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv23495/include

Modified Files:
      Tag: APPLIANCE_HEAD
	includes.h 
Log Message:
Fixed nasty bug where file writes with start offsets in the range
0x80000000 -> 0xFFFFFFFF would fail as they were being cast
from IVAL (uint32) to SMB_OFF_T (off_t or off64_t, both *signed* types).
The sign extension would cause the offset to be treated as negative.
Thanks to Herb for helping me track this one down (IRIX is good for large
file tests :-). No CR.
Jeremy.


Revisions:
includes.h		1.189.2.18 => 1.189.2.19
	http://www.samba.org/cgi-bin/cvsweb/samba/source/include/includes.h?r1=1.189.2.18&r2=1.189.2.19



More information about the samba-cvs mailing list