summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorbmribler <39579120+bmribler@users.noreply.github.com>2023-04-13 21:35:45 (GMT)
committerGitHub <noreply@github.com>2023-04-13 21:35:45 (GMT)
commit65eff22348634144cd5a6e77159c27eb895d54b4 (patch)
tree6314eb486bf277b31d5aa5b76084ff1e4d8631e4 /release_docs
parentd6243791d4967f94deceeb6d2d8a866752556d9b (diff)
downloadhdf5-65eff22348634144cd5a6e77159c27eb895d54b4.zip
hdf5-65eff22348634144cd5a6e77159c27eb895d54b4.tar.gz
hdf5-65eff22348634144cd5a6e77159c27eb895d54b4.tar.bz2
Fixed GH-2603, heap-buffer-overflow in H5O__linfo_decode (#2697)
* Fixed GH-2603, heap-buffer-overflow in H5O__linfo_decode Verified with valgrind -v --tool=memcheck --leak-check=full h5dump POV-GH-2603 The several invalid reads shown originally are now gone.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f64fdd4..2dcb057 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -147,7 +147,7 @@ Support for new platforms, languages and compilers
==================================================
-
-Bug Fixes since HDF5-1.13.3 release
+Bug Fixes since HDF5-1.14.0 release
===================================
Library
-------
@@ -162,6 +162,15 @@ Bug Fixes since HDF5-1.13.3 release
(DER - 2023/04/13 GH-2605)
+ - Fixed potential heap buffer overflow in decoding of link info message
+
+ Detections of buffer overflow were added for decoding version, index
+ flags, link creation order value, and the next three addresses. The
+ checkings will remove the potential invalid read of any of these
+ values that could be triggered by a malformed file.
+
+ (BMR - 2023/04/12 GH-2603)
+
- Memory leak
Memory leak was detected when running h5dump with "pov". The memory was allocated
@@ -175,7 +184,6 @@ Bug Fixes since HDF5-1.13.3 release
(VC - 2023/04/11 GH-2599)
-
- Fixed memory leaks that could occur when reading a dataset from a
malformed file