Re: [osv-dev] Re: [PATCH] stdio: fix setvbuf() to not set a weird buf size

2021-11-29 Thread Rick Payne
Thanks! That v2 patch solves the problem for me. Cheers Rick On Mon, 2021-11-29 at 14:33 +0200, Nadav Har'El wrote: > Oops, forgot a Makefile patch. I'll send a v2. > > -- > Nadav Har'El > n...@scylladb.com > > > On Mon, Nov 29, 2021 at 2:07 PM Nadav Har'El > wrote: > > When we upgraded our

[osv-dev] Re: [PATCH] stdio: fix setvbuf() to not set a weird buf size

2021-11-29 Thread Nadav Har'El
Oops, forgot a Makefile patch. I'll send a v2. -- Nadav Har'El n...@scylladb.com On Mon, Nov 29, 2021 at 2:07 PM Nadav Har'El wrote: > When we upgraded our Musl version, we got a newer version of setvbuf() > changed in Musl commit 0b80a7b04 in 2018. The old version of setvbuf() > silently igno

[osv-dev] Re: [PATCH] stdio: fix setvbuf() to not set a weird buf size

2021-11-29 Thread Nadav Har'El
Rick, can you please test this patch if it fixes the problem you had with reading the cdrom image? For me, it fixed the assertion failure, but then I saw some other error (about a missing file /usr-data) which I guess is expected, but I don't know how to fully test. -- Nadav Har'El n...@scylladb.