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/23636] Fix for bug 1190 breaks stream concatenation via dup2


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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|BZ 1190 Make EOF sticky in  |Fix for bug 1190 breaks
                   |stdio CUPS print jobs hang  |stream concatenation via
                   |at processing               |dup2

--- Comment #2 from Florian Weimer <fweimer at redhat dot com> ---
More concretely: My concern is that as the source comment above implies, we
used to support concatenating multiple files (or pipes) into the same stdio
stream using dup2, as an extension over POSIX.  The fix for bug 1190 removed
that extension, breaking existing software.

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