This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Use *stat64 instead of *stat in installed programs


On 04/03/2013 12:03 PM, Dmitry V. Levin wrote:
On Wed, Apr 03, 2013 at 10:30:34AM +0200, Florian Weimer wrote:
This ensures reliable operation on file systems with inode numbers
which do not fit into 32 bits.

Are you sure this fix covers all issues in installed programs related to
64-bit inode numbers?
I haven't checked HEAD yet, but in 2.17 I see a bit more of them
using non-LFS functions:

These should be harmless because they do not process large files, and only 64 bit inode numbers can bite them.

--
Florian Weimer / Red Hat Product Security Team


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]