diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2010-07-28 19:46:31 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2010-07-28 19:46:31 (GMT) |
commit | 51a30dbdb7e2e918e64f11de190eb2aa84342337 (patch) | |
tree | 910ccc3ced2f013aad2c834db9e6894644d23eb6 /release_docs/RELEASE.txt | |
parent | bff519a7c7e2ae22d60de6ecb507b56a3bbedcf0 (diff) | |
download | hdf5-51a30dbdb7e2e918e64f11de190eb2aa84342337.zip hdf5-51a30dbdb7e2e918e64f11de190eb2aa84342337.tar.gz hdf5-51a30dbdb7e2e918e64f11de190eb2aa84342337.tar.bz2 |
[svn-r19144] Update for bug fix #1956.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b1d6bdc..8a0baab 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -234,6 +234,9 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - valgrind reported an error of copying data to itself when a new attribute + is written (Bug #1956). I fixed it by taking out the memcpy step in + the attribute code. (SLU - 2010/07/28) - Fixed a bug that could cause file corruption when using non-default sizes of addresses and/or lengths. This bug could also cause uncorrupted files with this property to be unreadable. This bug |