Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sat, 23 Nov 2019 21:35:42 +0000
From: y38h5z@...tonmail.com
To: Rich Felker <dalias@...c.org>
Cc: "musl@...ts.openwall.com" <musl@...ts.openwall.com>
Subject: Re: non-standard implementation of fflush()

>
> For practical purposes, to use stdio with a socket via fdopen, you
> must limit yourself to one direction through a given FILE. If you want
> bidirectional access via stdio, you need to dup() the socket file
> descriptor and fdopen both.
>

Thanks for your help Rich. I've updated my code accordingly and got it to compile against different runtime libs now.

Greetings,
  Michael


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.