mirror of
https://github.com/facebook/zstd.git
synced 2025-07-02 20:22:31 +03:00
When an empty input file was passed to the dictionary trainer, it would infinite loop. The added test case exposes the bug, and is fixed with this PR.