summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2021-10-15 21:45:50 (GMT)
committerGitHub <noreply@github.com>2021-10-15 21:45:50 (GMT)
commitd1dd4a424685200b382185736e3435a6ae8e5505 (patch)
treef1f7c50f9a97aaee6260c08b7dae053a85c5bd53 /release_docs
parent7432a7d918bf6bbfb1b671fe020711f6d56cc31e (diff)
downloadhdf5-d1dd4a424685200b382185736e3435a6ae8e5505.zip
hdf5-d1dd4a424685200b382185736e3435a6ae8e5505.tar.gz
hdf5-d1dd4a424685200b382185736e3435a6ae8e5505.tar.bz2
Fixed HDFFV-11150 (#356) (#1104)
* Fixed HDFFV-11150 (#356) Description Replaced an HDassert with a check for null pointer in H5O_dec_rc() to catch null pointer in corrupted data situation. As a result, removed the null check prior to H5O_dec_rc() calls. Platforms tested: Linux/64 (jelly) * Add release note for HDFFV-11150 fix. Co-authored-by: bmribler <39579120+bmribler@users.noreply.github.com>
Diffstat (limited to 'release_docs')
-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 a14b738..1ce3ec4 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -209,6 +209,14 @@ Bug Fixes since HDF5-1.12.1 release
===================================
Library
-------
+ - Fixed a segmentation fault
+
+ A segmentation fault occurred with a Mathworks corrupted file.
+
+ A detection of accessing a null pointer was added to prevent the problem.
+
+ (BMR - 2021/10/14, HDFFV-11150)
+
- Detection of simple data transform function "x"
In the case of the simple data transform function "x" the (parallel)