summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-01-06 15:25:48 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-01-06 15:25:48 (GMT)
commit489f6fb69711ef7f26f4c13ad863438779f654b8 (patch)
tree847210b7d0b62f1259ba1ea98bc72ff8369ccb36 /configure.ac
parent906479d3978adabbacb59da8ec7ffb85d0ddfc2f (diff)
downloadhdf5-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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 572fbe5..4d69027 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3395,6 +3395,7 @@ AC_CONFIG_FILES([src/libhdf5.settings
src/Makefile
test/Makefile
test/H5srcdir_str.h
+ test/testabort_fail.sh
test/testcheck_version.sh
test/testerror.sh
test/testflushrefresh.sh
@@ -3402,7 +3403,6 @@ AC_CONFIG_FILES([src/libhdf5.settings
test/testlinks_env.sh
test/testswmr.sh
test/testvdsswmr.sh
- test/test_filenotclosed.sh
test/test_filter_plugin.sh
test/test_usecases.sh
testpar/Makefile