summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-07-29 11:32:18 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-07-29 11:32:18 (GMT)
commit7ff2d27e5b268dd3576ce4fc87be69ae06118058 (patch)
treee4f0b09909b48a61e5ab431afe692602618b1fe6 /release_docs
parentad2b0a2a63be1e4e25be56966068cf11cc4a3b5f (diff)
parent475120abfb493098e907fe40073260f48b35d15d (diff)
downloadhdf5-7ff2d27e5b268dd3576ce4fc87be69ae06118058.zip
hdf5-7ff2d27e5b268dd3576ce4fc87be69ae06118058.tar.gz
hdf5-7ff2d27e5b268dd3576ce4fc87be69ae06118058.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
* commit '475120abfb493098e907fe40073260f48b35d15d': Supply the appropriate file pointer to H5T_patch_vlen_file() without H5F_VOL_OBJ from develop branch. Merge pull request #2693 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index a578e63..82446ab 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -342,6 +342,20 @@ Bug Fixes since HDF5-1.10.5 release
Library
-------
+ - Fixed the segmentation fault when reading attributes with multiple threads
+
+ It was reported that the reading of attributes with variable length string
+ datatype will crash with segmentation fault particularly when the number of
+ threads is high (>16 threads). The problem was due to the file pointer that
+ was set in the variable length string datatype for the attribute. That file
+ pointer was already closed when the attribute was accessed.
+
+ The problem was fixed by setting the file pointer to the current opened file pointer
+ when the attribute was accessed. Similar patch up was done before when reading
+ dataset with variable length string datatype.
+
+ (VC - 2020/07/13, HDFFV-11080)
+
- Fixed CVE-2018-17435
The tool h52gif produced a segfault when the size of an attribute