summaryrefslogtreecommitdiffstats
path: root/test/ttsafe.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2020-07-17 19:27:12 (GMT)
committervchoi <vchoi@jelly.ad.hdfgroup.org>2020-07-21 17:40:44 (GMT)
commit02d8c7256e452ff9dc309cbaa8b7bb284c8d6f1e (patch)
treee71121ccf2cf2e6fce8938dd57be958ce08eb125 /test/ttsafe.h
parentba4933f6d8b99535d444c06d3664723a6f866309 (diff)
downloadhdf5-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/ttsafe.h')
-rw-r--r--test/ttsafe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ttsafe.h b/test/ttsafe.h
index c29fadc..f1cbe4d 100644
--- a/test/ttsafe.h
+++ b/test/ttsafe.h
@@ -35,12 +35,14 @@ void tts_dcreate(void);
void tts_error(void);
void tts_cancel(void);
void tts_acreate(void);
+void tts_attr_vlen(void);
/* Prototypes for the cleanup routines */
void cleanup_dcreate(void);
void cleanup_error(void);
void cleanup_cancel(void);
void cleanup_acreate(void);
+void cleanup_attr_vlen(void);
#endif /* H5_HAVE_THREADSAFE */
#endif /* TTSAFE_H */