mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-27 08:01:04 +08:00
3899e090df
* 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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CMakeTests.cmake | ||
dsdata.txt | ||
dslat.txt | ||
dslon.txt | ||
dtype_file_readable.txt | ||
dtype_file.txt | ||
earth.pal | ||
gen_test_ds.c | ||
gen_test_ld.c | ||
h5hltest.h | ||
H5srcdir_str.h.in | ||
image8.txt | ||
image24pixel.txt | ||
image24plane.txt | ||
Makefile.am | ||
pal_rgb.h | ||
sepia.pal | ||
test_ds_be.h5 | ||
test_ds_le.h5 | ||
test_ds.c | ||
test_dset_append.c | ||
test_file_image.c | ||
test_h5do_compat.c | ||
test_image.c | ||
test_ld.c | ||
test_ld.h5 | ||
test_lite.c | ||
test_packet_vlen.c | ||
test_packet.c | ||
test_table_be.h5 | ||
test_table_cray.h5 | ||
test_table_le.h5 | ||
test_table.c | ||
usa.wri |