This is the mail archive of the glibc-bugs@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]

[Bug libc/15333] New: Use 64-bit stat functions in installed programs


http://sourceware.org/bugzilla/show_bug.cgi?id=15333

             Bug #: 15333
           Summary: Use 64-bit stat functions in installed programs
           Product: glibc
           Version: 2.18
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: fweimer@redhat.com
        ReportedBy: fweimer@redhat.com
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


Some file systems return inode numbers which do not fit into a 32-bit ino_t,
causing the 32-bit stat-like functions to fail with EOVERFLOW.  We should use
the 64-bit functions in all installed programs.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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