-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion violation during cram_beta_encode_init
#1697
Comments
jkbonfield
added a commit
to jkbonfield/htslib
that referenced
this issue
Nov 16, 2023
This is OK for CRAM 4, but not CRAM 3 and triggers an assertion. This is now a proper error return instead. Fixes samtools#1697
jkbonfield
added a commit
to jkbonfield/htslib
that referenced
this issue
Nov 16, 2023
This is OK for CRAM 4, but not CRAM 3 and triggers an assertion. This is now a proper error return instead. Fixes samtools#1697
jkbonfield
added a commit
to jkbonfield/htslib
that referenced
this issue
Nov 16, 2023
This is OK for CRAM 4, but not CRAM 3 and triggers an assertion. This is now a proper error return instead. Fixes samtools#1697
jkbonfield
added a commit
to jkbonfield/htslib
that referenced
this issue
Nov 17, 2023
This is OK for CRAM 4, but not CRAM 3 and triggers an assertion. This is now a proper error return instead. Fixes samtools#1697
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Assertion violation in
cram_beta_encode_init
during parsing of a crafted SAM/FASTA file pair.Environment
Built using LLVM 14 with ASAN on Ubuntu 22.04
How to reproduce
Build with ASAN on latest commit like so:
Within the samtools folder, get poc file and reproduce with:
Which on my setup outputs:
The text was updated successfully, but these errors were encountered: