hdf5/utils
Sean McBride 4ac6ccc021
Snprintf2 (#1399)
* 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>
2022-01-28 16:43:48 -06:00
..
mirror_vfd Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
test Move test utilities to utils/test folder (#1109) 2021-10-20 08:25:06 -05:00
tools Snprintf2 (#1399) 2022-01-28 16:43:48 -06:00
CMakeLists.txt Add support for parallel tools based on the 3rd party library mpiFileUtils (libMFU) … (#1177) 2021-11-29 15:25:23 -06:00
Makefile.am Add support for parallel tools based on the 3rd party library mpiFileUtils (libMFU) … (#1177) 2021-11-29 15:25:23 -06:00