diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2020-07-17 19:27:12 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2020-07-17 19:27:12 (GMT) |
commit | 9d3ea366d4bf3278e8260f4d5cdcc88cb4b61c56 (patch) | |
tree | fc42530d340210cacfd9a2d98c13278869535500 /test/Makefile.am | |
parent | e36047b9b9839d1fd0b4009b7066b8b50b95bc6d (diff) | |
parent | 3023b34272cc6ada84aebfa7441a6a55afa3621c (diff) | |
download | hdf5-9d3ea366d4bf3278e8260f4d5cdcc88cb4b61c56.zip hdf5-9d3ea366d4bf3278e8260f4d5cdcc88cb4b61c56.tar.gz hdf5-9d3ea366d4bf3278e8260f4d5cdcc88cb4b61c56.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/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index e6ce954..7ebeae7 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -146,7 +146,7 @@ LDADD=libh5test.la $(LIBHDF5) # List the source files for tests that have more than one ttsafe_SOURCES=ttsafe.c ttsafe_dcreate.c ttsafe_error.c ttsafe_cancel.c \ - ttsafe_acreate.c + ttsafe_acreate.c ttsafe_attr_vlen.c cache_image_SOURCES=cache_image.c genall5.c mirror_vfd_SOURCES=mirror_vfd.c genall5.c |