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/15514] pathconf(_PC_NAME_MAX) fails against large filesystems for 32bit processes


https://sourceware.org/bugzilla/show_bug.cgi?id=15514

Peter TB Brett <peter@peter-b.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peter@peter-b.co.uk

--- Comment #2 from Peter TB Brett <peter@peter-b.co.uk> ---
Created attachment 7538
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7538&action=edit
Proposed patch

Something like the attached?

Most of the pathconf queries use statvfs64(), so it didn't seem unreasonable to
make _PC_NAME_MAX do the same.

-- 
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]