diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2019-02-01 14:33:53 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2019-02-01 14:33:53 (GMT) |
commit | 7fb50a9700cddfb4aba6d69127590c8460031413 (patch) | |
tree | 9f9abc872cee2924176bd745b98b63bf76d391c8 | |
parent | 38c89fa5c005cee7f422d7002154ad8b93654109 (diff) | |
download | hdf5-7fb50a9700cddfb4aba6d69127590c8460031413.zip hdf5-7fb50a9700cddfb4aba6d69127590c8460031413.tar.gz hdf5-7fb50a9700cddfb4aba6d69127590c8460031413.tar.bz2 |
Renamed data file
Description:
Renamed data file with long name to a shorter name.
Revised an entry in RELEASE.txt
Platforms tested:
Linux/64 (jelly)
Darwin (osx1010test)
-rw-r--r-- | MANIFEST | 2 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 4 | ||||
-rw-r--r-- | test/CMakeTests.cmake | 2 | ||||
-rw-r--r-- | test/corrupted_name_len.h5 (renamed from test/memleak_H5O_dtype_decode_helper_H5Odtype.h5) | bin | 82816 -> 82816 bytes | |||
-rw-r--r-- | test/titerate.c | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -1035,7 +1035,7 @@ ./test/le_extlink2.h5 ./test/lheap.c ./test/links.c -./test/memleak_H5O_dtype_decode_helper_H5Odtype.h5 +./test/corrupted_name_len.h5 ./test/mergemsg.h5 ./test/mf.c ./test/mount.c diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c8ec722..ffb3092 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -415,8 +415,8 @@ Bug Fixes since HDF5-1.10.3 release - The issue CVE-2018-17437 was reported to The HDF Group - Although CVE-2018-17437 reported memory leak, the actual issues - were invalid read. It was found that the attribute name length + Although CVE-2018-17437 reported a memory leak, the actual issue + was invalid read. It was found that the attribute name length in an attribute message was corrupted, which caused the buffer pointer to be advanced too far and later caused an invalid read. diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake index 37d3ad3..023024e 100644 --- a/test/CMakeTests.cmake +++ b/test/CMakeTests.cmake @@ -171,7 +171,7 @@ set (HDF5_REFERENCE_TEST_FILES le_data.h5 le_extlink1.h5 le_extlink2.h5 - memleak_H5O_dtype_decode_helper_H5Odtype.h5 + corrupted_name_len.h5 mergemsg.h5 multi_file_v16-r.h5 multi_file_v16-s.h5 diff --git a/test/memleak_H5O_dtype_decode_helper_H5Odtype.h5 b/test/corrupted_name_len.h5 Binary files differindex b5980b7..b5980b7 100644 --- a/test/memleak_H5O_dtype_decode_helper_H5Odtype.h5 +++ b/test/corrupted_name_len.h5 diff --git a/test/titerate.c b/test/titerate.c index 5fad1b4..093e8b5 100644 --- a/test/titerate.c +++ b/test/titerate.c @@ -55,7 +55,7 @@ typedef struct { } iter_info; /* Definition for test_corrupted_attnamelen */ -#define CORRUPTED_ATNAMELEN_FILE "memleak_H5O_dtype_decode_helper_H5Odtype.h5" +#define CORRUPTED_ATNAMELEN_FILE "corrupted_name_len.h5" #define DSET_NAME "image" typedef struct searched_err_t { char message[256]; |