pierrec / lz4

LZ4 compression and decompression in pure Go
BSD 3-Clause "New" or "Revised" License
878 stars 142 forks source link

Fix out-of-bounds write in CompressBlock #128

Closed greatroar closed 3 years ago

greatroar commented 3 years ago

Includes a regression test and a fix to the fuzz test, which found this.

pierrec commented 3 years ago

Thanks.