1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00
Jeremy Allison 6a019636b9 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 2d14c442bc601a277458b69f05a763aa2a1ab3b7)
2002-12-03 08:02:41 +00:00
..
2002-01-30 06:09:48 +00:00
2002-09-25 15:19:00 +00:00
2002-11-15 14:06:35 +00:00
2001-11-28 21:51:11 +00:00
2002-04-04 20:38:10 +00:00
2002-11-02 03:47:48 +00:00
2002-09-25 15:19:00 +00:00
2002-08-17 17:00:51 +00:00
2002-11-09 14:49:26 +00:00
2002-11-02 03:47:48 +00:00
2002-11-26 00:46:31 +00:00
2002-01-30 06:08:46 +00:00
2002-08-17 17:00:51 +00:00
2002-08-17 17:00:51 +00:00
2002-08-17 17:00:51 +00:00
2002-08-17 17:00:51 +00:00
2002-09-25 15:19:00 +00:00
2002-09-25 15:19:00 +00:00
2002-11-27 04:46:34 +00:00
2002-09-25 15:19:00 +00:00
1996-05-04 07:50:46 +00:00