diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-07-26 14:54:24 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-07-26 14:54:24 (GMT) |
commit | dd51a8c0ad312ae7510fc2da0a757f6cf13658ae (patch) | |
tree | a12ebc4363f7751631319cc6e800ee98b2f8311f /release_docs | |
parent | 749d0d83415ace804dc686157c6e4242c716808d (diff) | |
download | hdf5-dd51a8c0ad312ae7510fc2da0a757f6cf13658ae.zip hdf5-dd51a8c0ad312ae7510fc2da0a757f6cf13658ae.tar.gz hdf5-dd51a8c0ad312ae7510fc2da0a757f6cf13658ae.tar.bz2 |
HDFFV-10246 Fix vl string compare
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 792e5b2..cd9a1f5 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -92,7 +92,7 @@ New Features Support for New Platforms, Languages, and Compilers =================================================== - + Bug Fixes since HDF5-1.8.19 @@ -120,7 +120,14 @@ Bug Fixes since HDF5-1.8.19 Tools ----- - - None + - h5diff + + h5diff segfaulted on compare of a NULL variable length string. + + Improved h5diff compare of strings by adding a check for + NULL strings and setting the lengths to zero. + + (ADB - 2017/07/25, HDFFV-10246) Fortran API |