Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hts_idx_get_n_no_coor() out-of-bounds memory access
For CRAI-indexed CRAM files idx actually points to an hts_cram_idx_t, which has no n_no_coor field. Return an appropriate "not available" value instead.
- Loading branch information