Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix buffer read-overrun in bam_plp_insertion_mod.
We already validate CIGAR length vs sequence, but if we have SEQ '*' then it passes those checks. Unfortunately this means we read beyond the end of sequence later on.
- Loading branch information