mirror of
https://github.com/facebook/zstd.git
synced 2025-07-06 15:45:37 +02: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.