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
..
2002-11-29 02:46:33 +00:00
2001-10-03 13:05:59 +00:00
2002-11-23 14:27:56 +00:00
2001-12-09 17:06:45 +00:00
2002-08-22 17:46:25 +00:00
2002-11-29 02:44:09 +00:00
2002-11-23 02:58:29 +00:00
2002-01-09 06:35:45 +00:00