summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-08-02 04:14:02 (GMT)
committerGitHub <noreply@github.com>2023-08-02 04:14:02 (GMT)
commita78863a82c789ea123a21d568a26f873edbe6e7e (patch)
tree4de369b8b37f431f5801a9d7a01580e3a0500439 /release_docs/RELEASE.txt
parentb1e07c74fde8bf4f1c61c98e951f080c570accf5 (diff)
downloadhdf5-a78863a82c789ea123a21d568a26f873edbe6e7e.zip
hdf5-a78863a82c789ea123a21d568a26f873edbe6e7e.tar.gz
hdf5-a78863a82c789ea123a21d568a26f873edbe6e7e.tar.bz2
Fix incorrect error check in H5Ofill.c for undefined fill values (#3312)
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 614380e..a959fa9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -258,6 +258,14 @@ Bug Fixes since HDF5-1.14.0 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