diff options
author | vchoi-hdfgroup <55293060+vchoi-hdfgroup@users.noreply.github.com> | 2024-02-06 20:59:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 20:59:27 (GMT) |
commit | 49cce9173f6e43ffda2924648d863dcb4d636993 (patch) | |
tree | d8d624264b39d6350066706cd2b04ef68a837156 /m4 | |
parent | 824bbf5cbe71ebdca38614e2e098634b85797df5 (diff) | |
download | hdf5-49cce9173f6e43ffda2924648d863dcb4d636993.zip hdf5-49cce9173f6e43ffda2924648d863dcb4d636993.tar.gz hdf5-49cce9173f6e43ffda2924648d863dcb4d636993.tar.bz2 |
Fix for github issue #2414: segfault when copying dataset with attrib… (#3967)
* Fix for github issue #2414: segfault when copying dataset with attributes.
This also fixes github issue #3241: segfault when copying dataset.
Need to set the location via H5T_set_loc() of the src datatype
when copying dense attributes.
Otherwise the vlen callbacks are not set up therefore causing seg fault
when doing H5T_convert() -> H5T__conv_vlen().
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions