Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for github issue HDFGroup#2414: segfault when copying dataset wit…
…h attrib… (HDFGroup#3967) * Fix for github issue HDFGroup#2414: segfault when copying dataset with attributes. This also fixes github issue HDFGroup#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().
- Loading branch information