forked from HDFGroup/hdf5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 overread 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.
- Loading branch information
1 parent
b757ea9
commit 3ca48de
Showing
2 changed files
with
184 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters