Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1288 - Part 2: Add a partial LZ4 decompression routine. | wolfbeast | 2019-11-14 | -0/+23 |
| | | | | | | | | This function never writes beyond `aDest` + `aMaxOutputSize`, and is therefore protexted against malicious datapackets. It also ignores unconsumed input upon reaching `aMaxOutputSize` and can therefore be used for parial decompression of LZ4 input up to a desired resulting size of decompressed data. | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+119 |