mirror of https://github.com/golang/go.git
This change fixes an edge case in the zstd decompressor where
an int conversion could result in a negative window size.
Fixes #63979
For #62513
Change-Id: Ie714bf8fb51fa509b310deb8bd2c96bd87b52852
GitHub-Last-Rev:
|
||
|---|---|---|
| .. | ||
| testdata | ||
| bits.go | ||
| block.go | ||
| fse.go | ||
| fse_test.go | ||
| fuzz_test.go | ||
| huff.go | ||
| literals.go | ||
| window.go | ||
| window_test.go | ||
| xxhash.go | ||
| xxhash_test.go | ||
| zstd.go | ||
| zstd_test.go | ||