summaryrefslogtreecommitdiffstats
path: root/test/del_many_dense_attrs.c
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespaceQuincey Koziol2020-04-201-4/+4
|
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings ↵David Young2019-11-271-1/+1
| | | | level and fixing some code.' (commit 5c911d8baf3)"
* Don't assign a constant string to a pointer to non-constant character.David Young2019-11-131-1/+1
|
* Fixed some exit calls.Dana Robinson2019-09-071-1/+1
|
* Fix for daily test failure: too many arguments to function 'H5Gopen1'Vailin Choi2019-01-071-1/+1
|
* Changes based on feedback from pull request.Vailin Choi2018-12-311-2/+2
|
* Fix for HDFFV-10659: The library abort with "infinite loop closing library"Vailin Choi2018-12-281-0/+203
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.