Skip to content

io: Handle really long lines

Olliver Schinagl requested to merge oliver/apk-tools:larger_buffer into master

While commit 18b0b45b (io: Handle long lines, Thu Jan 7 17:25:23 2021 +0100) did attempt to address this issue, the buffer really is still to small when dealing with big-big dependency lists.

Lets make it sufficiently large for now, until the new APKINDEX format can support multi-line dependencies, making this not needed any more

Merge request reports