diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-08-19 03:49:16 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-08-19 03:49:16 (GMT) |
commit | ecd6dfaa874a5babc3e1a3acbb36b9ab44c357ab (patch) | |
tree | cfdfa3ae13b4cdd4465c65ac9aea594ffc8872ef | |
parent | 7246f75ca1efd4d3cd7748743b514d2435ec2bd9 (diff) | |
parent | d6bbc30b8bc12e9bb3c7235d07985ee79cda5ecf (diff) | |
download | hdf5-ecd6dfaa874a5babc3e1a3acbb36b9ab44c357ab.zip hdf5-ecd6dfaa874a5babc3e1a3acbb36b9ab44c357ab.tar.gz hdf5-ecd6dfaa874a5babc3e1a3acbb36b9ab44c357ab.tar.bz2 |
Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_10
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index bd27c2e..94f3b75 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -346,6 +346,13 @@ Bug Fixes since HDF5-1.10.6 release Library ------- + - Fixed use-of-uninitialized-value error + + Appropriate initialization of local structs was added to remove the + use-of-uninitialized-value errors reported by MemorySanitizer. + + (BMR - 2020/8/13, HDFFV-11101) + - Creation of dataset with optional filter When the combination of type, space, etc doesn't work for filter |