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/2007] New: mmap seg faults on marginally improper arguments


mmap does not seem to like both MAP_ANONYMOUS and MAP_SHARED being set, but
instead of returning ((void*)-1)/EINVAL, it seg faults.  It should just ignore
the MAP_SHARED bit, but if it must pay attention, then it should not fault.

-- 
           Summary: mmap seg faults on marginally improper arguments
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: critical
          Priority: P3
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: bkorb at gnu dot org
                CC: glibc-bugs at sources dot redhat dot com
  GCC host triplet: Linux/alpha 2.6.19


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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