summaryrefslogtreecommitdiffstats
path: root/test/del_many_dense_attrs.c
Commit message (Collapse)AuthorAgeFilesLines
* Snprintf2 (#1399)Sean McBride2022-01-281-2/+2
| | | | | | | | | | | | | * Replaced many uses of sprintf with safer snprintf Many very straightforward, but in a few cases added a length parameter to some private functions, because buffer length was otherwise unknowable. * Removed unnecessary use of static on small buffers This improves thread safety. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Update license url (#332)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories.
* Clang-format of source filesAllen Byrne2020-09-301-49/+47
|
* Misc warning fixes.Dana Robinson2020-05-101-11/+11
|
* 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.