1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00
Jeremy Allison 9a0b6a2273 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 :-).
Jeremy.
PS. That horrid EXEXIST thing has broken configure.....
(This used to be commit fc7d3faed798e7496f2991ec7d795c3b1a3758f5)
2002-12-03 08:02:21 +00:00
..
2001-12-12 16:04:37 +00:00
2002-10-21 20:28:11 +00:00
2002-11-07 14:39:49 +00:00
2002-11-15 21:27:55 +00:00
2002-08-26 03:08:37 +00:00
2002-06-13 19:29:02 +00:00
2002-09-17 19:48:19 +00:00