-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Merge hdf5_1_14 changes 07-29 to 08-04 #3355
Merged
Merged
Conversation
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
…up#3327) Updates parallel compression feature to use vector I/O instead of creating and passing down MPI derived types to VFD
* Fix CVE-2018-11202 (HDFGroup#3330) A malformed file could result in chunk index memory leaks. Under most conditions (i.e., when the --enable-using-memchecker option is NOT used), this would result in a small memory leak and and infinite loop and abort when shutting down the library. The infinite loop would be due to the "free list" package not being able to clear its resources so the library couldn't shut down. When the "using a memory checker" option is used, the free lists are disabled so there is just a memory leak with no abort on library shutdown. The chunk index resources are now correctly cleaned up when reading misparsed files and valgrind confirms no memory leaks. * Fix CVE-2018-13867 (HDFGroup#3336) * Windows runtime items go into the bin folder (HDFGroup#3320)
lrknox
requested review from
jhendersonHDF,
byrnHDF,
derobins,
fortnern,
qkoziol,
vchoi-hdfgroup,
bmribler,
glennsong09,
mattjala and
brtnfld
as code owners
August 4, 2023 19:51
lrknox
added
Priority - 0. Blocker ⛔
This MUST be merged for the release to happen
Component - C Library
Core C library issues (usually in the src directory)
Component - Tools
Command-line tools like h5dump, includes high-level tools
Component - Java
Java wrappers
Component - Parallel
Parallel HDF5 (NOT thread-safety)
Component - Build
CMake, Autotools
labels
Aug 4, 2023
H5Einit.h, and H5Tconv.c.
CI tests passed after checking in the 3 generated files and the commit of the 3 clang_format changes. See https://github.com/lrknox/hdf5/actions/runs/5766482531. |
byrnHDF
approved these changes
Aug 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component - Build
CMake, Autotools
Component - C Library
Core C library issues (usually in the src directory)
Component - Java
Java wrappers
Component - Parallel
Parallel HDF5 (NOT thread-safety)
Component - Tools
Command-line tools like h5dump, includes high-level tools
Priority - 0. Blocker ⛔
This MUST be merged for the release to happen
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.