Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix fuzz integer overflow in cram encoder.
Input files with very long CIGAR strings and consensus generated embedded reference can lead to exceptionally long CRAM blocks which overflow the check for large size fluctuations (to trigger new compression metric assessments). Reformulated the expression to avoid scaling up values. Credit to OSS-Fuzz Fixes oss-fuzz 68225
- Loading branch information