diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-01-06 15:25:48 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-01-06 15:25:48 (GMT) |
commit | 489f6fb69711ef7f26f4c13ad863438779f654b8 (patch) | |
tree | 847210b7d0b62f1259ba1ea98bc72ff8369ccb36 /MANIFEST | |
parent | 906479d3978adabbacb59da8ec7ffb85d0ddfc2f (diff) | |
download | hdf5-489f6fb69711ef7f26f4c13ad863438779f654b8.zip hdf5-489f6fb69711ef7f26f4c13ad863438779f654b8.tar.gz hdf5-489f6fb69711ef7f26f4c13ad863438779f654b8.tar.bz2 |
Fix for HDFFV-10659: The library aborts 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 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -948,6 +948,7 @@ ./test/cross_read.c ./test/dangle.c ./test/deflate.h5 +./test/del_many_dense_attrs.c ./test/direct_chunk.c ./test/dsets.c ./test/dt_arith.c @@ -1079,10 +1080,10 @@ ./test/tcheck_version.c ./test/tconfig.c ./test/tcoords.c +./test/testabort_fail.sh.in ./test/testcheck_version.sh.in ./test/testerror.sh.in ./test/testlinks_env.sh.in -./test/test_filenotclosed.sh.in ./test/test_filter_plugin.sh.in ./test/testflushrefresh.sh.in ./test/testframe.c |