summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorglennsong09 <43005495+glennsong09@users.noreply.github.com>2023-04-18 02:10:15 (GMT)
committerGitHub <noreply@github.com>2023-04-18 02:10:15 (GMT)
commit298d7218d5cfbc43b33167e5edf2549c5a9bd839 (patch)
treee39e904ed702a28f40c4d9d743b585828c8eecbc /release_docs/RELEASE.txt
parent84d9885fd76a0d4a5e898747459bf1a066d98968 (diff)
downloadhdf5-298d7218d5cfbc43b33167e5edf2549c5a9bd839.zip
hdf5-298d7218d5cfbc43b33167e5edf2549c5a9bd839.tar.gz
hdf5-298d7218d5cfbc43b33167e5edf2549c5a9bd839.tar.bz2
Clean up memory allocated when reading messages in H5Dlayout on error (#2769)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index b3b9f75..969f959 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -148,6 +148,14 @@ Bug Fixes since HDF5-1.14.0 release
===================================
Library
-------
+ - Fixed memory leaks that could occur when reading a dataset from a malformed
+ file
+
+ When attempting to read layout, pline, and efl information for a dataset,
+ memory leaks could occur if attempting to read pline/efl information threw
+ an error, which is due to memory being allocated for pline and efl not being
+ properly cleaned up on error.
+
- Fixed potential buffer overrun issues in some object header decode routines
Several checks were added to H5O__layout_decode and H5O__sdspace_decode to