summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2015-02-16 17:44:01 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2015-02-16 17:44:01 (GMT)
commit79760c34470557aa68b6d1f042b3a1ee849921d7 (patch)
tree4c6d41fced3d57fd8dbf93f7fba46548dfde9e3f /release_docs/RELEASE.txt
parentef7e675690c800346c582a31b5ae4c7d53b67462 (diff)
downloadhdf5-79760c34470557aa68b6d1f042b3a1ee849921d7.zip
hdf5-79760c34470557aa68b6d1f042b3a1ee849921d7.tar.gz
hdf5-79760c34470557aa68b6d1f042b3a1ee849921d7.tar.bz2
[svn-r26189] Merge revision 26149 to 1.8 branch
Fix potential memory error reported by valgrind in H5D__link_chunk_collective_io. This would occur when performing collective I/O on a dataset with only 1 chunk, and a participating process had nothing to read or write. Tested: jam, koala, ostrich (h5committest); in trunk and 1.8
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index a6832d7..8b19d9b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -131,7 +131,9 @@ Bug Fixes since HDF5-1.8.14
Parallel Library
----------------
- - None
+ - Fixed a potential memory error when performing parallel I/O on a dataset
+ with a single chunk, and at least one process has nothing to do.
+ (NAF - 2015/02/16)
Performance
-------------