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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b761042..a583353 100644 --- a/configure.ac +++ b/configure.ac @@ -3406,7 +3406,7 @@ AC_CONFIG_FILES([src/libhdf5.settings test/testlinks_env.sh test/testswmr.sh test/testvdsswmr.sh - test/test_filenotclosed.sh + test/testabort_fail.sh test/test_filter_plugin.sh test/test_usecases.sh testpar/Makefile |