Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stricter limit on POS in vcf_parse()
Limiting POS to 62 bits helps avoid the risk of signed overflow when it's set to a very extreme value. The maximum is still much higher than the length of the longest currently known reference.
- Loading branch information