diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2020-07-17 19:27:12 (GMT) |
---|---|---|
committer | vchoi <vchoi@jelly.ad.hdfgroup.org> | 2020-07-21 17:40:44 (GMT) |
commit | 02d8c7256e452ff9dc309cbaa8b7bb284c8d6f1e (patch) | |
tree | e71121ccf2cf2e6fce8938dd57be958ce08eb125 /test/CMakeLists.txt | |
parent | ba4933f6d8b99535d444c06d3664723a6f866309 (diff) | |
download | hdf5-02d8c7256e452ff9dc309cbaa8b7bb284c8d6f1e.zip hdf5-02d8c7256e452ff9dc309cbaa8b7bb284c8d6f1e.tar.gz hdf5-02d8c7256e452ff9dc309cbaa8b7bb284c8d6f1e.tar.bz2 |
Merge pull request #2693 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop
* commit '3023b34272cc6ada84aebfa7441a6a55afa3621c':
Update MANIFEST. Add new test to Cmake.
Fix for jira issue HDFFV-11080: (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a02d1c2..5f3ec5f 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -217,6 +217,7 @@ set (ttsafe_SOURCES ${HDF5_TEST_SOURCE_DIR}/ttsafe_error.c ${HDF5_TEST_SOURCE_DIR}/ttsafe_cancel.c ${HDF5_TEST_SOURCE_DIR}/ttsafe_acreate.c + ${HDF5_TEST_SOURCE_DIR}/ttsafe_attr_vlen.c ) set (H5_TESTS |