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

Merge hdf5_1_14 changes 07-29 to 08-04 #3355

Merged
merged 11 commits into from
Aug 4, 2023

Conversation

lrknox
Copy link
Collaborator

@lrknox lrknox commented Aug 4, 2023

No description provided.

byrnHDF and others added 9 commits August 4, 2023 14:38
…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 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
@lrknox
Copy link
Collaborator Author

lrknox commented Aug 4, 2023

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.

@lrknox lrknox merged commit f3de9ee into HDFGroup:hdf5_1_14_2 Aug 4, 2023
@lrknox lrknox deleted the merge_1_14_post_0729 branch August 5, 2023 19:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants