| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fails file creation when non-default free-space info is set in fcpl and the library version
high bound is less than v110 because free-space info message is introduced in library release v110.
Merge pull request #1772 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-10808-h5pset_file_space_strategy-succeeds to develop
* commit '3768566139df18928aa29ece0eff3010b224633b':
Add release notes.
Correct hid_t error value to H5I_INVALID_HID in tests related to libver_bounds.
Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_libver_bounds v18,v18. Fails file creation when non-default free-space info is set in fcpl and the library version high bound is less than v110 because free-space info message is introduced in library release v110.
Conflicts:
test/tfile.c
|
|
|
|
|
|
| |
Fix for HDFFV-10800 H5Ocopy failure:
The value for the H5F_LIBVER_V18 index in H5O_fill_ver_bounds[], the format
version bounds array for fill value message, should be version 3 not 2.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix the testhdf5 failing test in the selection code which segfaults.
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
bugfix/v110_HDFFV-10365-h5sencode-decode-bug-when-num
* commit '4dfcc225ba98a5ad1bc4283b8eacde0bb6f7484c':
Fix Java JUnit-TestH5P failure on 32-bit arch
Added new C++ wrappers - HDFFV-10622
Make the corresponding fix for HDFFV-10579 H5Arename fails when creation order of attributes is tracked.
|
| |
| |
| |
| | |
order of attributes is tracked.
|
|/
|
|
| |
The core changes are to revert previous modifications now that we use API context for fapl.
|
|\
| |
| |
| |
| |
| |
| | |
~VCHOI/my_third_fork:bugfix/v110_move_selection_specific to hdf5_1_10
* commit '670c6c1389c1c66598a365a9bfe2b19237d9e93a':
Make corresponding changes for moving dataspace selection-specific coding to the callbacks. This is based on the PR #1642 merged to the develop branch.
|
| |
| |
| |
| |
| |
| | |
the callbacks.
This is based on the PR #1642 merged to the develop branch.
|
|/
|
|
|
|
| |
libver_bounds to be used later in dataspace selection.
This is based on PR #1640 merged to develop branch.
|
| |
|
|
|
|
|
| |
cache. Fix issues involving datasets being "no allocated" when they
contain cached raw data.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '675be2a4a48253ed2622b9c45f8beabaa872c18d':
HDFFV-10552 Change to use H5G_loc_info
HDFFV-10552 Revert H5O_*1 functions for compatibility
|
| | |
|
| | |
|
|/
|
|
|
| |
during the metadata cache logging changes (to maintain binary
compatibility).
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'f4f8be19125002764715f6cd25372477c729f809':
Script changes from develop
Added TRILABS-111 note
Add HDFFV-10628 known problem
TRILAB-111 Update MPI CMake
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '2e44998a70924b77f186f6cb60924035fd24441d':
Add RELEASE.txt note for collective metadata read fixes
Fix some collective metadata read issues
|
| | |
|
|/
|
|
|
|
|
|
|
| |
to 1.10 branch:
HDFFV-10571: Divided by Zero vulnerability.
HDFFV-10601: Issues with chunk cache hash value calcuation.
HDFFV-10607: Patches for warnings in the core libraries.
HDFFV-10635: HDF5 library segmentation fault with H5Sselect_element.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
develop
* commit '7f5741825db0737db5ac46c43009681508a73002':
Add release notes information.
Modification based on feedback from pull request.
Modification based on feedback from pull request.
There is performance issue when closing an object. The slow down is due to the search of the "tag_list" to find out the "corked" status of an object. The fix: (1) Add a counter "num_objs_corked" in the cache structure to track the number of "corked" objects. (2) Skip the search of "tag_list" if the counter is zero i.e. no "corked" objects.
Conflicts:
release_docs/RELEASE.txt
|
|
|
|
| |
Added RELEASE.txt entries for new features.
|
|\
| |
| |
| | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_10_bmr into hdf5_1_10
|
| |\
| | |
| | |
| | |
| | | |
* commit '611ecb5db4051cbf762cc24944ee75ea5284c5d2':
Fixed HDFFV-10578
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
~BMRIBLER/hdf5_1_10_bmr:hdf5_1_10 to hdf5_1_10
* commit '2880ef43eb03526e7d75551720547b85e66a3086':
Fixed HDFFV-10578
|
| |/ / |
|
| | | |
|
| | | |
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Description:
HDFFV-10586 CVE-2018-17434 Divide by zero in h5repack_filters
Added a check for zero value
HDFFV-10588 CVE-2018-17437 Memory leak in H5O_dtype_decode_helper
This is actually an Invalid read issue. It was found that the
attribute name length in an attribute message was corrupted,
which caused the buffer pointer to be advanced too far and later
caused an invalid read.
Added a check to detect attribute name and its length mismatch. The
fix does not cover all cases, but it'll reduce the chance of this issue
when a name length is corrupted or the attribute name is corrupted.
HDFFV-10684 H5Ewalk does not stop until all errors in the stack are visited
The test for HDFFV-10588 has revealed a bug in H5Ewalk.
H5Ewalk did not stop midway even when the call back function returns
H5_ITER_STOP. This is because a condition is missing from the for
loops in H5E__walk causing the callback functions unable to stop until
all the errors in the stack are iterated. Quincey advised on the final
fix. In this fix, "status" is switched to "ret_value" and HGOTO_ERROR
to HERROR, and the for loops won't continue when "ret_value" is not 0.
Platforms tested:
Linux/64 (jelly)
Linux/64 (platypus)
Darwin (osx1011test)
|
|\ \
| |/
| |
| | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_10_bmr into hdf5_1_10
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
| |
Description:
- HDFFV-10578 - CVE-2018-17234 Memory leak in H5O__chunk_deserialize()
Actually, the leak was in h5tools_util. Applied Neil's fix.
- Changed an assert to if/HGOTO_ERROR to fail gracefully.
Platforms tested:
Linux/64 (jelly)
Linux/64 (platypus)
Darwin (osx1010test)
|
| |
|
| |
|
|
|
|
|
| |
HDFFV-10652
HDFFV-10443
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '46f63b0faafe574ca2a32380ea85cac8206b1028':
Fix deprecated H5Pget_version
Fix java regex
Merge CMake changes from develop
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_10
* commit '688074781ac7be2b7e799e8804378ba1f1563db1':
Fortran wrappers for dataset obj header minimization API calls.
|
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the message type until we've verified we understand the message type.
Reduce size of H5O_msg_class_g to *not* include space for
H5O_BOGUS_INVALID. Make bogus messages shareable. Add new bogus
message test with shareable messages to cover the formerly problematic
code. Re-run gen_bogus.c to add this test case and also to fix the
bogus_invalid messages that were no longer H5O_BOGUS_INVLAID due to a
new message class being added in a previous commit. Added comment to
remind developers to run gen_bogus.c when adding a new message class.
Remove H5O_BOGUS_INVALID_ID from H5O_msg_class_g initialization, since
space for it was removed.
|
|/
|
|
| |
space for it was removed.
|
|
|
|
|
|
|
|
| |
after deleting attributes in densed storage.
The fix: When deleting attribute nodes from the name index v2 B-tree,
if an attribute is found in the intermediate B-tree nodes, which may be
merged/redistributed in the process, we need to free the dynamically
allocated spaces for the intermediate decoded attribute.
|