Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Permit BAM headers between 2GB and 4GB in size once more.
This isn't permitted by the BAM specification, but was accepted by earlier htslib release. 62f9909 added code to check the maximum length. This now has a warning at 2GB and the hard-failure at 4GB. Fixes samtools#1420. Fixes samtools/samtools#1613
- Loading branch information