diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2019-01-02 19:26:58 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2019-01-02 19:26:58 (GMT) |
commit | c70498f7a919644000966616c3ff152dcedf3392 (patch) | |
tree | a4b0146909d9468a0a44921bd2e3a494d9cdb77e /MANIFEST | |
parent | 71f4e1832c737e2fb76385bc478fad7f39d89ab8 (diff) | |
parent | d3dff6efe6f769b219f9dcccebd057afe75ed3c7 (diff) | |
download | hdf5-c70498f7a919644000966616c3ff152dcedf3392.zip hdf5-c70498f7a919644000966616c3ff152dcedf3392.tar.gz hdf5-c70498f7a919644000966616c3ff152dcedf3392.tar.bz2 |
Merge pull request #1414 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit 'd3dff6efe6f769b219f9dcccebd057afe75ed3c7':
Correction based on code review.
Changes based on feedback from pull request.
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 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -968,6 +968,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 @@ -1102,10 +1103,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/test_filters_le.h5 ./test/test_filters_be.h5 |