mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-23 19:06:17 +00:00
4ed50a8004
Stream reading needs to check for length parameter being non zero, after Reading() a predefined set of buffer length an EOF might be returned with length == 0. Erasure taking this zeroed data in might wrongly encode it as part of existing data blocks which leads to errors while decoding even when the other contents are intact.