gendx / lzma-rs

An LZMA decoder written in pure Rust
MIT License
128 stars 27 forks source link

Ensure LzCircularBuffer flushes output writer #96

Closed nilfit closed 1 year ago

nilfit commented 1 year ago

Pull Request Overview

This pull request makes the flush unconditional so that the output writer is flushed even if the decompressed data size is divisible by the dictionary size.

Testing Strategy

This pull request was tested by...