Re: [dev] [9base] sbrk vs malloc

2017-08-06 Thread Anselm R Garbe
Hi Rendov, On 5 August 2017 at 04:28, Rendov Norra wrote: > I've compiled 9base against musl, and dd spits errors about memory at > me if I try to invoke it. I looked at the source and determined sbrk > wasn't doing what it was supposed to. I don't know if this is to do > with my version of musl,

[dev] [9base] sbrk vs malloc

2017-08-04 Thread Rendov Norra
I've compiled 9base against musl, and dd spits errors about memory at me if I try to invoke it. I looked at the source and determined sbrk wasn't doing what it was supposed to. I don't know if this is to do with my version of musl, or just musl in general, but I replaced sbrk with malloc and it see