public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/12503] New: fmemopen disobeys POSIX regarding 'b' flag
@ 2011-02-22 15:52 eblake at redhat dot com
  2011-03-05  9:33 ` [Bug libc/12503] " drepper.fsp at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: eblake at redhat dot com @ 2011-02-22 15:52 UTC (permalink / raw)
  To: glibc-bugs

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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/12503] fmemopen disobeys POSIX regarding 'b' flag
  2011-02-22 15:52 [Bug libc/12503] New: fmemopen disobeys POSIX regarding 'b' flag eblake at redhat dot com
@ 2011-03-05  9:33 ` drepper.fsp at gmail dot com
  2011-03-17 18:13 ` eblake at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: drepper.fsp at gmail dot com @ 2011-03-05  9:33 UTC (permalink / raw)
  To: glibc-bugs

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

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-03-05 09:33:11 UTC ---
No, this is existing practice on which the standard was based.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/12503] fmemopen disobeys POSIX regarding 'b' flag
  2011-02-22 15:52 [Bug libc/12503] New: fmemopen disobeys POSIX regarding 'b' flag eblake at redhat dot com
  2011-03-05  9:33 ` [Bug libc/12503] " drepper.fsp at gmail dot com
@ 2011-03-17 18:13 ` eblake at redhat dot com
  2011-03-18 10:08 ` drepper.fsp at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: eblake at redhat dot com @ 2011-03-17 18:13 UTC (permalink / raw)
  To: glibc-bugs

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

Eric Blake <eblake at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |

--- Comment #2 from Eric Blake <eblake at redhat dot com> 2011-03-17 18:13:30 UTC ---
(In reply to comment #1)
> No, this is existing practice on which the standard was based.

Actually, the standard was based on the fmemopen() behavior that existed in
2006, when glibc ignored 'b'.  However, I've opened an Austin Group bug to see
who needs to change (glibc, POSIX, or both).
http://austingroupbugs.net/view.php?id=396

Based on the outcome of that POSIX bug, glibc may yet need to change its
implementation to comply, so I'm reopening this glibc bug.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/12503] fmemopen disobeys POSIX regarding 'b' flag
  2011-02-22 15:52 [Bug libc/12503] New: fmemopen disobeys POSIX regarding 'b' flag eblake at redhat dot com
  2011-03-05  9:33 ` [Bug libc/12503] " drepper.fsp at gmail dot com
  2011-03-17 18:13 ` eblake at redhat dot com
@ 2011-03-18 10:08 ` drepper.fsp at gmail dot com
  2012-04-27 20:23 ` mtk.manpages at gmail dot com
  2014-06-27 13:50 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: drepper.fsp at gmail dot com @ 2011-03-18 10:08 UTC (permalink / raw)
  To: glibc-bugs

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

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #3 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-03-18 10:08:22 UTC ---
Stop reopening the bug.  There will be no change.  The existing behavior is
common practice and the functionality is needed.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/12503] fmemopen disobeys POSIX regarding 'b' flag
  2011-02-22 15:52 [Bug libc/12503] New: fmemopen disobeys POSIX regarding 'b' flag eblake at redhat dot com
                   ` (2 preceding siblings ...)
  2011-03-18 10:08 ` drepper.fsp at gmail dot com
@ 2012-04-27 20:23 ` mtk.manpages at gmail dot com
  2014-06-27 13:50 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: mtk.manpages at gmail dot com @ 2012-04-27 20:23 UTC (permalink / raw)
  To: glibc-bugs

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

Michael Kerrisk <mtk.manpages at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mtk.manpages at gmail dot
                   |                            |com

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/12503] fmemopen disobeys POSIX regarding 'b' flag
  2011-02-22 15:52 [Bug libc/12503] New: fmemopen disobeys POSIX regarding 'b' flag eblake at redhat dot com
                   ` (3 preceding siblings ...)
  2012-04-27 20:23 ` mtk.manpages at gmail dot com
@ 2014-06-27 13:50 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2014-06-27 13:50 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-06-27 13:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-22 15:52 [Bug libc/12503] New: fmemopen disobeys POSIX regarding 'b' flag eblake at redhat dot com
2011-03-05  9:33 ` [Bug libc/12503] " drepper.fsp at gmail dot com
2011-03-17 18:13 ` eblake at redhat dot com
2011-03-18 10:08 ` drepper.fsp at gmail dot com
2012-04-27 20:23 ` mtk.manpages at gmail dot com
2014-06-27 13:50 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).