mirror of
https://github.com/minio/minio.git
synced 2025-11-13 07:11:44 -05:00
xl: ReedSolomon code fix small file erasure bug. (#1431)
For files less than 'dataBlocks', erasure encoding would fail with short data due to a bug in the implementation itself. Relax the error return, even a single byte can be properly erasure coded without issues. Fixes #1413
This commit is contained in:
4
vendor/vendor.json
vendored
4
vendor/vendor.json
vendored
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"path": "github.com/klauspost/reedsolomon",
|
||||
"revision": "0b630aea2793158b43d0e18f2f50280bfb27c4b4",
|
||||
"revisionTime": "2016-04-29T14:00:48-07:00"
|
||||
"revision": "4fadad856421f3f13883bd681de8a9283809076e",
|
||||
"revisionTime": "2016-05-01T12:00:51+02:00"
|
||||
},
|
||||
{
|
||||
"path": "github.com/mattn/go-colorable",
|
||||
|
||||
Reference in New Issue
Block a user