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

[query] Add bounds checks to local_to_global #13485

Merged
merged 1 commit into from Aug 23, 2023

Conversation

chrisvittal
Copy link
Collaborator

Make sure that all local alleles are less than the n_total_alleles parameter passed to the function.

This error will often occur if a vds is split with regular split_multi rather than vds.split_multi

Closes #13479

Make sure that all local alleles are less than the n_total_alleles
parameter passed to the function.

This error will often occur if a vds is split with regular split_multi
rather than vds.split_multi

Closes hail-is#13479
@danking
Copy link
Collaborator

danking commented Aug 23, 2023

thank you much Chris!

@danking danking merged commit 90886da into hail-is:main Aug 23, 2023
8 checks passed
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.

[query] local_to_global with bad data will read uninitialized memory
2 participants