mirror of
https://github.com/minio/minio.git
synced 2026-02-05 02:10:14 -05:00
Upgrade compression package (#15284)
Includes mitigation for CVE-2022-30631 (Go should still be updated) Remove functions now available upstream.
This commit is contained in:
@@ -642,7 +642,7 @@ func TestS2CompressReader(t *testing.T) {
|
||||
t.Errorf("no index returned")
|
||||
}
|
||||
var index s2.Index
|
||||
_, err = index.Load(restoreIndexHeaders(idx))
|
||||
_, err = index.Load(s2.RestoreIndexHeaders(idx))
|
||||
if err != nil {
|
||||
t.Errorf("error loading index: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user