mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
9acff10584
Description: while compiling in mir with pgcc -O2 a condition if (name ) { do_something(name); } is executed when name is NULL Solution: avoid the error by checking the NULL pointer inside do_something(name); Platforms tested: linux (mir with pgcc 6.0) Misc. update: |
||
---|---|---|
.. | ||
h5diff_array.c | ||
h5diff_attr.c | ||
h5diff_dset.c | ||
h5diff_util.c | ||
h5diff.c | ||
h5diff.h | ||
h5tools_filters.c | ||
h5tools_ref.c | ||
h5tools_ref.h | ||
h5tools_str.c | ||
h5tools_str.h | ||
h5tools_type.c | ||
h5tools_utils.c | ||
h5tools_utils.h | ||
h5tools.c | ||
h5tools.h | ||
h5trav_table.c | ||
h5trav.c | ||
h5trav.h | ||
Makefile.am | ||
Makefile.in | ||
ph5diff.h | ||
talign.c |