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/12503] New: fmemopen disobeys POSIX regarding 'b' flag


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

           Summary: fmemopen disobeys POSIX regarding 'b' flag
           Product: glibc
           Version: 2.12
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: eblake@redhat.com


POSIX requires that the 'b' flag of fmemopen have no effect.  But the
resolution to bug 6544 commandeered the 'b' flag to make fmemopen disobey
POSIX.  Please use a different flag than 'b', or get POSIX changed to leave the
behavior of fmemopen and 'b' unspecified.

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