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
The Simple8 RLE decompression gives wrong values, for some inputs. In particular, when expanding a RLE compressed value, with significand bit set to 1, it will return a negative value.
For example: {0xF0000000L, 0xF0000000L, 0xF0000000L}
The Simple8 RLE decompression gives wrong values, for some inputs. In particular, when expanding a RLE compressed value, with significand bit set to 1, it will return a negative value.
For example:
{0xF0000000L, 0xF0000000L, 0xF0000000L}
The offending line is
compression-int/src/main/java/fi/iki/yak/compression/integer/Simple8RLE.java
Line 312 in cb30ac0
Which should be:
The text was updated successfully, but these errors were encountered: