hdf5/tools
Sean McBride 3899e090df
Ubsan fixes (#498)
* Fixed use of null pointer identified by UBSan

UBSan warned:
runtime error: member access within null pointer of type 'named_dt_t' (aka 'struct named_dt_t')

with these two tests:
H5REPACK-committed_dt_DFF
H5REPACK-committed_dt

Reformulated per @gnuoyd suggestion.

* Fixed undefined float -> unsigned char conversion in HL_test_image

* Removed dead skip_overflow_tests_g global

The global `skip_overflow_tests_g` was being set but never read.

* Don't treat 2d array as 1d array, fixing UBSan complaint in `CPP_testhdf5`

* Committing clang-format changes

* Remove extra ']' in line 730.

* Committing clang-format changes

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
2021-05-03 10:22:53 -05:00
..
lib Tools long double updates (#522) 2021-04-15 07:59:01 -05:00
libtest Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
src Ubsan fixes (#498) 2021-05-03 10:22:53 -05:00
test Update top-level COPYING file and remove COPYING files from subdirectories (#561) 2021-04-21 11:23:34 -05:00
testfiles Tools long double updates (#522) 2021-04-15 07:59:01 -05:00
CMakeLists.txt TRILAB-142 Change minimum CMake version to 3.12 2020-02-21 16:16:06 -06:00
Makefile.am Update license url part2 (#333) 2021-02-17 08:52:36 -06:00