You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a suble bug in reading files, due to not using io.ReadFull, but instead doing partial reads. This wasn't found in the tests, due to them only handling small files. The root issue has been fixed, aswell as better tests which hit the issue.
* ci: fixes for circle-ci config on v2
* fix error with file reading/writing, where non-full reads caused corruption
0 commit comments