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:57:12 (GMT) |
commit | ccf4a92ec6c552400a1bb15c8d43f68a8592850f (patch) | |
tree | 2b8132642d72a7acababbbc164b3acb02b3f6b53 /test/ttsafe.c | |
parent | 0ee5d676210291f784ce273ee34b1a7d383ec694 (diff) | |
download | hdf5-ccf4a92ec6c552400a1bb15c8d43f68a8592850f.zip hdf5-ccf4a92ec6c552400a1bb15c8d43f68a8592850f.tar.gz hdf5-ccf4a92ec6c552400a1bb15c8d43f68a8592850f.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/ttsafe.c')
-rw-r--r-- | test/ttsafe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ttsafe.c b/test/ttsafe.c index e6edd9a..2de460b 100644 --- a/test/ttsafe.c +++ b/test/ttsafe.c @@ -111,6 +111,7 @@ int main(int argc, char *argv[]) AddTest("cancel", tts_cancel, cleanup_cancel, "thread cancellation safety test", NULL); #endif /* H5_HAVE_PTHREAD_H */ AddTest("acreate", tts_acreate, cleanup_acreate, "multi-attribute creation", NULL); + AddTest("attr_vlen", tts_attr_vlen, cleanup_attr_vlen, "multi-file-attribute-vlen read", NULL); #else /* H5_HAVE_THREADSAFE */ |