summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-04-13 21:34:50 (GMT)
committerGitHub <noreply@github.com>2023-04-13 21:34:50 (GMT)
commitd6243791d4967f94deceeb6d2d8a866752556d9b (patch)
tree435d93017aee065ade8b40353c06b3848cca7120
parent4fa108dbbf97aba7a96418ec5adb6bfb7add2d50 (diff)
downloadhdf5-d6243791d4967f94deceeb6d2d8a866752556d9b.zip
hdf5-d6243791d4967f94deceeb6d2d8a866752556d9b.tar.gz
hdf5-d6243791d4967f94deceeb6d2d8a866752556d9b.tar.bz2
Add a RELEASE.txt note for GH #2605 (#2724)
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0fde1ab..f64fdd4 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -151,6 +151,16 @@ Bug Fixes since HDF5-1.13.3 release
===================================
Library
-------
+ - Fixed memory leaks, aborts, and overflows in H5O EFL decode
+
+ The external file list code could call assert(), read past buffer
+ boundaries, and not properly clean up resources when parsing malformed
+ external data files messages.
+
+ This fix cleans up allocated memory, adds buffer bounds checks, and
+ converts asserts to HDF5 error checking.
+
+ (DER - 2023/04/13 GH-2605)
- Memory leak