On 15.01.2015 13:38, i...@apache.org wrote: > Author: ivan > Date: Thu Jan 15 12:38:13 2015 > New Revision: 1652076 > > URL: http://svn.apache.org/r1652076 > Log: > Fix mostly theoretical data corruption in log-addressing enabled FSFS > repositories when physical-to-logical index will be more than 4 GB on > 32-bit platform. > > * subversion/libsvn_fs_fs/index.c > (svn_fs_fs__p2l_index_append): Use proper type (apr_uint64_t) for local > variable that holds file size.
How about using svn_filesize_t instead, for clarity. Or apr_off_t which should always have the required range. -- Brane