Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Wed, 16 Jan 2019 20:08:00 -0500
From: Steven Hum <sdothum@...il.com>
To: musl@...ts.openwall.com
Subject: mkfifo buffer exhibiting unexpected behaviour

Running this simple test using clock from sutils to produce a repeating one second interval input stream..

mkfifo fifo
clock -i 1 -sf "T> stream one" >fifo &
clock -i 1 -sf "D> stream two" >fifo &
cat fifo

on void musl only the second fifo input stream is displayed.
on void glibc, both input streams are displayed interleaved as expected.

Are fifo buffers handled differently under musl?

Regards,
Steven

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.