diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2019-01-07 23:13:37 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2019-01-07 23:13:37 (GMT) |
commit | 98b2d7d8bb01bc72751a75631c405cd130df26d5 (patch) | |
tree | dad2031d462e625df792f326b58d395912190a57 /MANIFEST | |
parent | d378fad6ea48956e0315efa7c6bb11d444e55ca0 (diff) | |
parent | 1a50622733c14d89b3fd8c6bab684af9205a3b96 (diff) | |
download | hdf5-98b2d7d8bb01bc72751a75631c405cd130df26d5.zip hdf5-98b2d7d8bb01bc72751a75631c405cd130df26d5.tar.gz hdf5-98b2d7d8bb01bc72751a75631c405cd130df26d5.tar.bz2 |
Merge pull request #1442 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to hdf5_1_10
* commit '1a50622733c14d89b3fd8c6bab684af9205a3b96':
Fix for daily test failure: too many arguments to function 'H5Gopen1'.
Fix the git merge leftover in RELEASE.txt.
Fix the git merge leftovers in RELEASE.txt.
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 |