summaryrefslogtreecommitdiffstats
path: root/test/testabort_fail.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Removed trailing whitespace from source files.Dana Robinson2020-05-261-3/+3
|
* Fix for HDFFV-10659: The library aborts with "infinite loop closing library"Vailin Choi2019-01-061-0/+66
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.