CVS update: samba/source/smbd

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


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

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

Modified Files:
      Tag: APPLIANCE_HEAD
	blocking.c nttrans.c reply.c 
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:
blocking.c		1.14.2.6 => 1.14.2.7
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/blocking.c?r1=1.14.2.6&r2=1.14.2.7
nttrans.c		1.104.2.20 => 1.104.2.21
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/nttrans.c?r1=1.104.2.20&r2=1.104.2.21
reply.c		1.237.2.48 => 1.237.2.49
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c?r1=1.237.2.48&r2=1.237.2.49



More information about the samba-cvs mailing list