summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-08-02 20:14:22 (GMT)
committerGitHub <noreply@github.com>2023-08-02 20:14:22 (GMT)
commitd8dd57aba1cb78771ff1c86330b08453e0cc2838 (patch)
tree5b270cf0143ffdf74e2ce72bb5a2346793e034a2 /release_docs
parent3fc5e34d71c9300ec10e87f2534bccec8df85756 (diff)
downloadhdf5-d8dd57aba1cb78771ff1c86330b08453e0cc2838.zip
hdf5-d8dd57aba1cb78771ff1c86330b08453e0cc2838.tar.gz
hdf5-d8dd57aba1cb78771ff1c86330b08453e0cc2838.tar.bz2
Fix incorrect error check in H5Ofill.c for undefined fill values (#3312) (#3328)
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 e30e600..aa48654 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -121,6 +121,14 @@ Bug Fixes since HDF5-1.14.1 release
===================================
Library
-------
+ - Fixed an issue where an assert statement was converted to an
+ incorrect error check statement
+
+ An assert statement in the library dealing with undefined dataset data
+ fill values was converted to an improper error check that would always
+ trigger when a dataset's fill value was set to NULL (undefined). This
+ has now been fixed.
+
- Fixed an assertion failure when attempting to use the Subfiling IOC
VFD directly