hdf5/hl/c++
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
..
examples
src More clang tidy (#908) 2021-08-23 16:14:53 -05:00
test Snprintf2 (#1399) 2022-01-28 16:43:48 -06:00
CMakeLists.txt
Makefile.am