diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-08-06 13:13:42 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-08-06 13:13:42 +1000 |
commit | 252f7da702fd0409f7bfff05ef594911ededa32f (patch) | |
tree | 4e3092506f7ad8ec312cb02abbbc5de7c141ee58 /MAINTAINERS | |
parent | 740a40e74eb79234e1c40ca88768202b3c0af2b9 (diff) | |
download | samba-252f7da702fd0409f7bfff05ef594911ededa32f.tar.gz samba-252f7da702fd0409f7bfff05ef594911ededa32f.tar.bz2 samba-252f7da702fd0409f7bfff05ef594911ededa32f.zip |
There is one signedness issue in tdb which prevents traverses of TDB records
over the 2G offset on systems which support 64 bit file offsets. This fixes
that case.
On systems with 32 bit offsets, expansion and fcntl locking on these records
will fail anyway. SAMBA already does '#define _FILE_OFFSET_BITS 64' in
config.h (on my 32-bit x86 Linux system at least) to get 64 bit file offsets.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions