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/12201] New: Fix setrlimit/getrlimit 32-bit platforms for limits > 2^32-1


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

           Summary: Fix setrlimit/getrlimit  32-bit platforms for limits >
                    2^32-1
           Product: glibc
           Version: 2.12
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: mtk.manpages@gmail.com


The current glibc wrappers for getrlimit/setrlimit do some work to paper over
this kernel bug:
https://bugzilla.kernel.org/show_bug.cgi?id=5042
With the kernel 2.6.36 addition of the prlimit(2) syscall, the wrappers could
be written to use prlimit() and thus avoid the problem resulting from the
broken kernel syscalls.

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