mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
comment to explain
This commit is contained in:
parent
f86ca19ee3
commit
ddf986665b
@ -255,7 +255,10 @@ main(int argc, char **argv)
|
||||
}
|
||||
SUMMARIZE_ERR;
|
||||
#endif /* USE_SZIP */
|
||||
|
||||
/* This test suggested by user brentd42 to find a memory problem in
|
||||
* function rec_read_metadata(). This test demonstrates the bug on
|
||||
* address sanitizer runs. See
|
||||
* https://github.com/Unidata/netcdf-c/issues/1558. */
|
||||
printf("*** testing error when opening HDF5 file without creating ordering...");
|
||||
{
|
||||
hid_t file_hid;
|
||||
|
Loading…
Reference in New Issue
Block a user