Release Notes
This is a maintenance release focusing on core stability and correctness of the decompression engine. It addresses a critical initialization edge case in the bit reader logic.
Bug Fixes
Bit Reader Initialization: Fixed an improper initialization of the bit reader's valid bit count. When processing input sources smaller than 8 bytes, the reader now correctly caps the valid bits. This prevents potential out-of-bounds reads and ensures stability when handling very small or truncated data blocks.
Full Changelog: v0.6.0...v0.6.1