Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The infinite loop is caused by classwords_per_codeword being zero, which makes partition_count never increase so the while partition_count < partitions_to_read loop never terminates.
- Loading branch information