Skip to content
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

Move typecast to the right place #1712

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Conversation

daviesrob
Copy link
Member

It needs to happen before shifting, due to C default of type promoting unsigned char to signed int.

Credit to OSS-Fuzz
Fixes oss-fuzz 64592

It needs to happen before shifting, due to C default of type
promoting unsigned char to signed int.

Credit to OSS-Fuzz
Fixes oss-fuzz 64592
@jkbonfield jkbonfield merged commit 88539c4 into samtools:develop Dec 4, 2023
8 checks passed
@daviesrob daviesrob deleted the fix_cast branch December 4, 2023 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants