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 stdio/12836] fmemopen(buf,size,"w+b") isn't binary


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

paxdiablo <allachan at au1 dot ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allachan at au1 dot ibm.com

--- Comment #5 from paxdiablo <allachan at au1 dot ibm.com> ---
The POSIX standard calls for fmemopen() to accept all mode strings as allowed
in fopen() but notes that use of "b" results in implementation-defined
behaviour.

So, technically, I think an implementation _could_ treat w+b and wb+ as
different if it so desired but it would have to document that.

Of course, it would probably be easier to fix the code to make them identical
:-)

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