mirror of
https://github.com/facebook/zstd.git
synced 2025-07-04 22:58:46 +02:00
The COVER and FASTCOVER dictionary builders can deadlock when dictionary construction errors, likely because there are too few samples, or too few distinct dmers. The deadlock only occurs when there are errors. Fixes #1746.