Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <87ed10mojw.fsf@mid.deneb.enyo.de>
Date: Sat, 18 Jan 2025 10:58:11 +0100
From: Florian Weimer <fw@...eb.enyo.de>
To: musl@...ts.openwall.com
Subject: Linked stream handling

Some of us interpret POSIX that it requires or at least encourages a
concept of linked streams: reading on from some streams may implicitly
flush certain other streams.  (The language in the standard around
that is not particularly clear.)  Linked streams may introduce
deadlocks (particularly with explicit locking if flockfile), so POSIX
suggests that implementations provide some form of deadlock detection,
failing certain stream operations.

Do I read the sources correctly, and musl does not implement any of
this?

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.