diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-12-28 22:49:11 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-12-28 22:49:11 (GMT) |
commit | f808c108ed0315f115a7c69cbd8ee95032a64b34 (patch) | |
tree | 8f196f0f849958019b496027e00a87ed79b0d119 /release_docs | |
parent | ba095e6a53a919c9753463c3800a26b180b7a135 (diff) | |
download | hdf5-f808c108ed0315f115a7c69cbd8ee95032a64b34.zip hdf5-f808c108ed0315f115a7c69cbd8ee95032a64b34.tar.gz hdf5-f808c108ed0315f115a7c69cbd8ee95032a64b34.tar.bz2 |
Fix for HDFFV-10659: The library abort with "infinite loop closing library"
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.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 024db9a..37e863b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -243,6 +243,19 @@ Bug Fixes since HDF5-1.10.3 release Library ------- + - Deleting attributes in densed storage + + The library abort with "infinite loop closing library" after + attributes in densed storage are created and then deleted. + + When deleting the 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. + + (VC - 2018/12/26, HDFFV-10659) + - Allow H5detect and H5make_libsettings to take a file as an argument. Rather than only writing to stdout, add a command argument to name |