mirror of
https://github.com/facebook/zstd.git
synced 2025-12-07 00:02:39 -05: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.