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

Fix a bug in Subfiling VFD vector I/O setup #4821

Merged
merged 2 commits into from
Sep 12, 2024

Commits on Sep 10, 2024

  1. Fix a bug in Subfiling VFD vector I/O setup

    Fixes a bug where the vector I/O sizes weren't being extended when
    one of the entries in the array is 0. This caused an over-read of
    the I/O sizes buffer and on some machines would cause a memory
    allocation failure due to the calculated I/O vector size being too
    large.
    jhendersonHDF committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9a3ccd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Add a release note

    jhendersonHDF committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a1f4d43 View commit details
    Browse the repository at this point in the history