* Eric Blake:
> On 4/29/19 2:45 PM, Florian Weimer wrote:
>> I get that error checking is important. But why not just use ferror and
>> fflush? Closing the streams is excessive and tends to introduce
>> use-after-free issues, as evidenced by the sanitizer workarounds.
>
> If I recall the explana
On 4/29/19 2:45 PM, Florian Weimer wrote:
> I get that error checking is important. But why not just use ferror and
> fflush? Closing the streams is excessive and tends to introduce
> use-after-free issues, as evidenced by the sanitizer workarounds.
If I recall the explanation, at least some ver
I get that error checking is important. But why not just use ferror and
fflush? Closing the streams is excessive and tends to introduce
use-after-free issues, as evidenced by the sanitizer workarounds.
Thanks,
Florian