You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Respceting p‘s length the observed errors are: either a PADDING_1 error is returned during reading, or the io.EOF error is not correctly returned, resulting in incorrect decompression of data or an infinite loop.
The text was updated successfully, but these errors were encountered:
newacorn
changed the title
When using the NewWriterV2 function for compressing data, an error occurs during decompression if the data size is an exact multiple of 65536.
When using the NewWriterV2 function for compressing data, an error occurs during decompression if the data size is an exact multiple of blocksize.
Jul 28, 2024
Test
sum
Respceting p‘s length the observed errors are: either a PADDING_1 error is returned during reading, or the io.EOF error is not correctly returned, resulting in incorrect decompression of data or an infinite loop.
Fix: matchfinder Encode method bug
The text was updated successfully, but these errors were encountered: