zstandard-ruby icon indicating copy to clipboard operation
zstandard-ruby copied to clipboard

This gem provides FFI based Ruby bindings for the zstd (Zstandard) compression library.

Results 1 zstandard-ruby issues
Sort by recently updated
recently updated
newest added

The buffer size used in streaming_decompress is too small which can lead to data corruption in rare cases (https://github.com/facebook/zstd/issues/918). Unfortunately, by using a buffer size that is exactly equal to...