On Fri Oct 18 11:59:19 2024 +0000, Matteo Bruni wrote:
Can we avoid the extra copy here without making the code much of a mess?
I've changed this now, and also just allocated a separate buffer for decoding RLE. Messing around with `realloc()` seemed to complicate things more, I _feel_ like it's cleaner now but let me know. :)