mirror of
https://github.com/facebook/zstd.git
synced 2025-08-07 06:23:00 +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.