summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-07-17 19:39:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-07-17 19:39:25 (GMT)
commita498b4ee791a0ee9f1268a57257608a4fa2b7d8d (patch)
treeb1576098cdd9ec19214a5bba0c3ea2bcae1aed5b /release_docs/RELEASE.txt
parenta2f2887675c2371570cc7084eb7589ecf06ce41c (diff)
parent9d3ea366d4bf3278e8260f4d5cdcc88cb4b61c56 (diff)
downloadhdf5-a498b4ee791a0ee9f1268a57257608a4fa2b7d8d.zip
hdf5-a498b4ee791a0ee9f1268a57257608a4fa2b7d8d.tar.gz
hdf5-a498b4ee791a0ee9f1268a57257608a4fa2b7d8d.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '9d3ea366d4bf3278e8260f4d5cdcc88cb4b61c56': 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 'release_docs/RELEASE.txt')
-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 56e5569..84f339a 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -656,6 +656,20 @@ Bug Fixes since HDF5-1.10.3 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-2020-10810
The tool h5clear produced a segfault during an error recovery in