mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
Description: When using H5T_copy on committed datatypes that are already open, H5T_copy would properly use the already existing shared struct, but would still deep copy all of the fields in that struct. This would cause memory leaks, and in the case of a compound containing a vlen (or reference), the change in size would cause the size of the resulting type to be set to an incorrect value. Changed H5T_copy to properly avoid deep copies when using a reopened shared struct. Tested: jam, linew, smirom (h5committest), purify on jam |
||
---|---|---|
.. | ||
COPYING | ||
HISTORY-1_0-1_8_0_rc3.txt | ||
HISTORY-1_9.txt | ||
INSTALL | ||
INSTALL_Cygwin.txt | ||
INSTALL_MinGW.txt | ||
INSTALL_parallel | ||
INSTALL_VMS.txt | ||
INSTALL_Windows_From_Command_Line.txt | ||
INSTALL_Windows_Short_NET.TXT | ||
INSTALL_Windows_Short_VS2005.TXT | ||
INSTALL_Windows.txt | ||
RELEASE.txt |