hdf5/hl
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
..
c++ Snprintf2 (#1399) 2022-01-28 16:43:48 -06:00
examples Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
fortran Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
src Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
test Snprintf2 (#1399) 2022-01-28 16:43:48 -06:00
tools Remove const from the argv tools/tests main sig. (#1390) 2022-01-28 16:30:33 -06:00
CMakeLists.txt New references for Dimension Scale APIs (#1139) 2021-11-05 07:33:02 -05:00
Makefile.am HDFFV-11266 - add option to build HL tools (#1018) 2021-09-16 12:15:25 -05:00