Zstandard v1.4.3
Dictionary Compression Regression
We discovered an issue in the v1.4.2 release, which can degrade the effectiveness of dictionary compression. This release fixes that issue.
Detailed Changes
- bug: Fix Dictionary Compression Ratio Regression by @Cyan4973 (#1709)
- bug: Fix Buffer Overflow in v0.3 Decompression by @felixhandte (#1722)
- build: Add support for IAR C/C++ Compiler for Arm by @joseph0918 (#1705)
- misc: Add NULL pointer check in util.c by @LeeYoung624 (#1706)