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

Avoid attempted use of NULL pointer in parallel compression code #3786

Merged
merged 1 commit into from
Oct 28, 2023

Commits on Oct 27, 2023

  1. Avoid attempted use of NULL pointer in parallel compression code

    The parallel compression test code tests for the case where all MPI ranks have no selection in a dataset when writing to it. Add an early exit to the code to avoid attempting to use a NULL pointer due to there being no work to do.
    jhendersonHDF committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    196bbd3 View commit details
    Browse the repository at this point in the history